BlendColor        608 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DELEGATE_TO_GL_4(blendColor, BlendColor,
BlendColor         23 gpu/GLES2/gl2chromium_autogen.h #define glBlendColor GLES2_GET_FUN(BlendColor)
BlendColor         40 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->BlendColor(red, green, blue, alpha);
BlendColor         80 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   gles2::cmds::BlendColor* c = GetCmdSpace<gles2::cmds::BlendColor>();
BlendColor         32 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void BlendColor(GLclampf red,
BlendColor         93 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->BlendColor(red, green, blue, alpha);
BlendColor         70 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h TEST_F(GLES2ImplementationTest, BlendColor) {
BlendColor         72 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h     cmds::BlendColor cmd;
BlendColor         77 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h   gl_->BlendColor(1, 2, 3, 4);
BlendColor         25 gpu/command_buffer/client/gles2_interface_autogen.h virtual void BlendColor(GLclampf red,
BlendColor         24 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void BlendColor(GLclampf red,
BlendColor         24 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void BlendColor(GLclampf red,
BlendColor         59 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->BlendColor(red, green, blue, alpha);
BlendColor        328 gpu/command_buffer/common/gles2_cmd_format_autogen.h   typedef BlendColor ValueType;
BlendColor        363 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(BlendColor) == 20, Sizeof_BlendColor_is_not_20);
BlendColor        364 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
BlendColor        366 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendColor, red) == 4, OffsetOf_BlendColor_red_not_4);
BlendColor        367 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
BlendColor        369 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
BlendColor        371 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
BlendColor        120 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, BlendColor) {
BlendColor        121 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   cmds::BlendColor& cmd = *GetBufferAs<cmds::BlendColor>();
BlendColor        127 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<uint32>(cmds::BlendColor::kCmdId), cmd.header.command);
BlendColor         23 gpu/command_buffer/common/gles2_cmd_ids_autogen.h   OP(BlendColor)                             /* 264 */                             \
BlendColor         86 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     const gles2::cmds::BlendColor& c) {
BlendColor         28 gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h   EXPECT_CALL(*gl_, BlendColor(0.0f, 0.0f, 0.0f, 0.0f))
BlendColor        169 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   EXPECT_CALL(*gl_, BlendColor(1, 2, 3, 4));
BlendColor        170 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   SpecializedSetup<cmds::BlendColor, 0>(true);
BlendColor        171 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   cmds::BlendColor cmd;
BlendColor       1382 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc       &BindTexture,                         &BlendColor,
BlendColor         36 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(BlendColor,
BlendColor         60 ppapi/c/ppb_opengles2.h   void (*BlendColor)(PP_Resource context,
BlendColor         54 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->BlendColor(
BlendColor        497 ppapi/lib/gl/include/GLES2/gl2.h #define glBlendColor GLES2_GET_FUN(BlendColor)
BlendColor         93 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->BlendColor(red, green, blue, alpha);
BlendColor       1582 ppapi/shared_impl/ppb_opengles2_shared.cc       &BindTexture,                         &BlendColor,
BlendColor        469 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc DELEGATE_TO_GL_4(blendColor, BlendColor,