HomeSort by relevance Sort by last modified time
    Searched defs:BlendColor (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 76 void GLES2Implementation::BlendColor(
80 helper_->BlendColor(red, green, blue, alpha);
    [all...]
gles2_cmd_helper_autogen.h 86 void BlendColor(
88 gles2::cmds::BlendColor* c = GetCmdSpace<gles2::cmds::BlendColor>();
    [all...]
gles2_interface_stub_impl_autogen.h 32 void GLES2InterfaceStub::BlendColor(
gles2_trace_implementation_impl_autogen.h 51 void GLES2TraceImplementation::BlendColor(
53 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendColor");
54 gl_->BlendColor(red, green, blue, alpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]);
    [all...]
mtypes.h 759 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]);
    [all...]
mtypes.h 759 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 49 void (*BlendColor)(
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 57 void BlendColor(
60 GetGLES(context_id)->BlendColor(red, green, blue, alpha);
853 &BlendColor,
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 374 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 382 struct BlendColor {
383 typedef BlendColor ValueType;
417 COMPILE_ASSERT(sizeof(BlendColor) == 20,
419 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
421 COMPILE_ASSERT(offsetof(BlendColor, red) == 4,
423 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
425 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
427 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 349 milliseconds