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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h447 void (*BlendFuncSeparate)(struct gl_context *ctx, member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h447 void (*BlendFuncSeparate)(struct gl_context *ctx, member in struct:dd_function_table
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h124 void GLES2Implementation::BlendFuncSeparate(GLenum srcRGB, function in class:GLES2Implementation
134 helper_->BlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
H A Dgles2_interface_stub_impl_autogen.h47 void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h96 void BlendFuncSeparate(GLenum srcRGB, function
100 gles2::cmds::BlendFuncSeparate* c =
101 GetCmdSpace<gles2::cmds::BlendFuncSeparate>();
H A Dgles2_trace_implementation_impl_autogen.h78 void GLES2TraceImplementation::BlendFuncSeparate(GLenum srcRGB, function in class:GLES2TraceImplementation
82 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendFuncSeparate");
83 gl_->BlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc114 void BlendFuncSeparate(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1384 &BlendFunc, &BlendFuncSeparate,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h116 void (*BlendFuncSeparate)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
575 void (*BlendFuncSeparate)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc120 void BlendFuncSeparate(PP_Resource context_id, function in namespace:ppapi::__anon10171
127 ToGles2Impl(&enter)->BlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
1616 &BlendFunc, &BlendFuncSeparate,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h423 struct BlendFuncSeparate { struct
424 typedef BlendFuncSeparate ValueType;
462 COMPILE_ASSERT(sizeof(BlendFuncSeparate) == 20,
464 COMPILE_ASSERT(offsetof(BlendFuncSeparate, header) == 0,
466 COMPILE_ASSERT(offsetof(BlendFuncSeparate, srcRGB) == 4,
468 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstRGB) == 8,
470 COMPILE_ASSERT(offsetof(BlendFuncSeparate, srcAlpha) == 12,
472 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstAlpha) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h5990 KEYWORD1 void KEYWORD2 NAME(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) function
9495 TABLE_ENTRY(BlendFuncSeparate),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1017 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
8176 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) function
13306 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
13307 ".set "GLAPI_PREFIX_STR(BlendFuncSeparate)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"

Completed in 246 milliseconds