Searched defs:BlendEquationSeparate (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA); member in struct:dd_function_table
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h105 void GLES2Implementation::BlendEquationSeparate(GLenum modeRGB, function in class:GLES2Implementation
111 helper_->BlendEquationSeparate(modeRGB, modeAlpha);
H A Dgles2_interface_stub_impl_autogen.h42 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h81 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) { function
82 gles2::cmds::BlendEquationSeparate* c =
83 GetCmdSpace<gles2::cmds::BlendEquationSeparate>();
H A Dgles2_trace_implementation_impl_autogen.h67 void GLES2TraceImplementation::BlendEquationSeparate(GLenum modeRGB, function in class:GLES2TraceImplementation
69 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquationSeparate");
70 gl_->BlendEquationSeparate(modeRGB, modeAlpha);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc98 void BlendEquationSeparate(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1383 &BlendEquation, &BlendEquationSeparate,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h112 void (*BlendEquationSeparate)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
571 void (*BlendEquationSeparate)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc104 void BlendEquationSeparate(PP_Resource context_id, function in namespace:ppapi::__anon10171
109 ToGles2Impl(&enter)->BlendEquationSeparate(modeRGB, modeAlpha);
1615 &BlendEquation, &BlendEquationSeparate,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h350 struct BlendEquationSeparate { struct
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,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h7006 KEYWORD1 void KEYWORD2 NAME(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA) function
9540 TABLE_ENTRY(BlendEquationSeparate),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1231 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
9289 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA) function
13783 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"

Completed in 5136 milliseconds