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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 105 void GLES2Implementation::BlendEquationSeparate(GLenum modeRGB,
111 helper_->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
gles2_cmd_helper_autogen.h 81 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) {
82 gles2::cmds::BlendEquationSeparate* c =
83 GetCmdSpace<gles2::cmds::BlendEquationSeparate>();
    [all...]
gles2_interface_stub_impl_autogen.h 42 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */,
    [all...]
gles2_trace_implementation_impl_autogen.h 67 void GLES2TraceImplementation::BlendEquationSeparate(GLenum modeRGB,
69 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquationSeparate");
70 gl_->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 98 void BlendEquationSeparate(PP_Resource context_id,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA);
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 66 void (*BlendEquationSeparate)(PP_Resource context,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 104 void BlendEquationSeparate(PP_Resource context_id,
109 ToGles2Impl(&enter)->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 350 struct BlendEquationSeparate {
351 typedef BlendEquationSeparate ValueType;
378 COMPILE_ASSERT(sizeof(BlendEquationSeparate) == 12,
380 COMPILE_ASSERT(offsetof(BlendEquationSeparate, header) == 0,
382 COMPILE_ASSERT(offsetof(BlendEquationSeparate, modeRGB) == 4,
384 COMPILE_ASSERT(offsetof(BlendEquationSeparate, modeAlpha) == 8,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 583 milliseconds