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 75 void BlendColor(
77 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 80 void BlendColor(
85 ToGles2Impl(&enter)->BlendColor(red, green, blue, alpha);
    [all...]
  /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 335 struct BlendColor {
336 typedef BlendColor ValueType;
370 COMPILE_ASSERT(sizeof(BlendColor) == 20,
372 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
374 COMPILE_ASSERT(offsetof(BlendColor, red) == 4,
376 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
378 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
380 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 982 milliseconds