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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 86 void GLES2Implementation::BlendColor(GLclampf red,
93 helper_->BlendColor(red, green, blue, alpha);
    [all...]
gles2_cmd_helper_autogen.h 67 void BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
68 gles2::cmds::BlendColor* c = GetCmdSpace<gles2::cmds::BlendColor>();
    [all...]
gles2_interface_stub_impl_autogen.h 35 void GLES2InterfaceStub::BlendColor(GLclampf /* red */,
    [all...]
gles2_trace_implementation_impl_autogen.h 54 void GLES2TraceImplementation::BlendColor(GLclampf red,
58 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendColor");
59 gl_->BlendColor(red, green, blue, alpha);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 80 void BlendColor(PP_Resource context_id,
    [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 60 void (*BlendColor)(PP_Resource context,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 86 void BlendColor(PP_Resource context_id,
93 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 271 struct BlendColor {
272 typedef BlendColor ValueType;
307 COMPILE_ASSERT(sizeof(BlendColor) == 20, Sizeof_BlendColor_is_not_20);
308 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
310 COMPILE_ASSERT(offsetof(BlendColor, red) == 4, OffsetOf_BlendColor_red_not_4);
311 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
313 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
315 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 190 milliseconds