/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 49 void (*BlendColor)( member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 335 struct BlendColor { struct 336 typedef BlendColor ValueType; argument 337 static const CommandId kCmdId = kBlendColor; argument 338 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 340 static uint32 ComputeSize() { in ComputeSize() 344 void SetHeader() { in SetHeader() 370 COMPILE_ASSERT(sizeof(BlendColor) == 20, argument
|
D | gles2_cmd_format_test_autogen.h | 142 TEST_F(GLES2FormatTest, BlendColor) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 76 void GLES2Implementation::BlendColor( in BlendColor() function
|
D | gles2_trace_implementation_impl_autogen.h | 51 void GLES2TraceImplementation::BlendColor( in BlendColor() function
|
D | gles2_interface_stub_impl_autogen.h | 32 void GLES2InterfaceStub::BlendColor( in BlendColor() function
|
D | gles2_implementation_unittest_autogen.h | 69 TEST_F(GLES2ImplementationTest, BlendColor) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 75 void BlendColor( in BlendColor() function
|
/external/mesa3d/src/mesa/main/ |
D | dd.h | 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member
|
D | mtypes.h | 759 GLfloat BlendColor[4]; /**< Blending color */ member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dd.h | 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member
|
D | mtypes.h | 759 GLfloat BlendColor[4]; /**< Blending color */ member
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 80 void BlendColor( in BlendColor() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 2155 KEYWORD1 void KEYWORD2 NAME(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3872 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf … in GLAPI_PREFIX() argument
|