Home
last modified time | relevance | path

Searched defs:BlendColor (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ppapi/c/
Dppb_opengles2.h106 void (*BlendColor)(PP_Resource context, member
565 void (*BlendColor)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h271 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
Dgles2_cmd_format_test_autogen.h103 TEST_F(GLES2FormatTest, BlendColor) { in TEST_F() argument
/external/mesa3d/src/mesa/main/
Ddd.h441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member
Dmtypes.h759 GLfloat BlendColor[4]; /**< Blending color */ member
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h86 void GLES2Implementation::BlendColor(GLclampf red, in BlendColor() function
Dgles2_interface_stub_impl_autogen.h35 void GLES2InterfaceStub::BlendColor(GLclampf /* red */, in BlendColor() function
Dgles2_trace_implementation_impl_autogen.h54 void GLES2TraceImplementation::BlendColor(GLclampf red, in BlendColor() function
Dgles2_implementation_unittest_autogen.h70 TEST_F(GLES2ImplementationTest, BlendColor) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h67 void BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { in BlendColor() function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddd.h441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member
Dmtypes.h759 GLfloat BlendColor[4]; /**< Blending color */ member
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc80 void BlendColor(PP_Resource context_id, in BlendColor() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc86 void BlendColor(PP_Resource context_id, in BlendColor() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h2155 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/
Dglapi_mapi_tmp.h3872 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf … in GLAPI_PREFIX() argument