| /external/chromium_org/ppapi/c/ |
| D | ppb_opengles2.h | 106 void (*BlendColor)(PP_Resource context, member 565 void (*BlendColor)(PP_Resource context, member
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_format_autogen.h | 271 struct BlendColor { struct 272 typedef BlendColor ValueType; argument 273 static const CommandId kCmdId = kBlendColor; argument 274 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 275 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 277 static uint32_t ComputeSize() { in ComputeSize() 281 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 283 void Init(GLclampf _red, GLclampf _green, GLclampf _blue, GLclampf _alpha) { in Init() 307 COMPILE_ASSERT(sizeof(BlendColor) == 20, Sizeof_BlendColor_is_not_20); argument
|
| D | gles2_cmd_format_test_autogen.h | 103 TEST_F(GLES2FormatTest, BlendColor) { in TEST_F() argument
|
| /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/gpu/command_buffer/client/ |
| D | gles2_implementation_impl_autogen.h | 86 void GLES2Implementation::BlendColor(GLclampf red, in BlendColor() function
|
| D | gles2_interface_stub_impl_autogen.h | 35 void GLES2InterfaceStub::BlendColor(GLclampf /* red */, in BlendColor() function
|
| D | gles2_trace_implementation_impl_autogen.h | 54 void GLES2TraceImplementation::BlendColor(GLclampf red, in BlendColor() function
|
| D | gles2_implementation_unittest_autogen.h | 70 TEST_F(GLES2ImplementationTest, BlendColor) { in TEST_F() argument
|
| D | gles2_cmd_helper_autogen.h | 67 void BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { in BlendColor() function
|
| /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/mojo/examples/pepper_container_app/ |
| D | ppb_opengles2_thunk.cc | 80 void BlendColor(PP_Resource context_id, in BlendColor() function
|
| /external/chromium_org/ppapi/shared_impl/ |
| D | ppb_opengles2_shared.cc | 86 void BlendColor(PP_Resource context_id, 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
|