Searched defs:BlendEquation (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp117 enum BlendEquation enum in namespace:rr
198 BlendEquation equation;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h97 void GLES2Implementation::BlendEquation(GLenum mode) { function in class:GLES2Implementation
101 helper_->BlendEquation(mode);
H A Dgles2_interface_stub_impl_autogen.h40 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h74 void BlendEquation(GLenum mode) { function
75 gles2::cmds::BlendEquation* c = GetCmdSpace<gles2::cmds::BlendEquation>();
H A Dgles2_trace_implementation_impl_autogen.h62 void GLES2TraceImplementation::BlendEquation(GLenum mode) { function in class:GLES2TraceImplementation
63 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquation");
64 gl_->BlendEquation(mode);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc91 void BlendEquation(PP_Resource context_id, GLenum mode) { function in namespace:mojo::examples::__anon8751
1383 &BlendEquation, &BlendEquationSeparate,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h111 void (*BlendEquation)(PP_Resource context, GLenum mode); member in struct:PPB_OpenGLES2_1_0
570 void (*BlendEquation)(PP_Resource context, GLenum mode); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc97 void BlendEquation(PP_Resource context_id, GLenum mode) { function in namespace:ppapi::__anon10171
100 ToGles2Impl(&enter)->BlendEquation(mode);
1615 &BlendEquation, &BlendEquationSeparate,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h318 struct BlendEquation { struct
319 typedef BlendEquation ValueType;
344 COMPILE_ASSERT(sizeof(BlendEquation) == 8, Sizeof_BlendEquation_is_not_8);
345 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
347 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2167 KEYWORD1 void KEYWORD2 NAME(BlendEquation)(GLenum mode) function
2170 DISPATCH(BlendEquation, (mode), (F, "glBlendEquation(0x%x);\n", mode));
2176 DISPATCH(BlendEquation, (mode), (F, "glBlendEquationEXT(0x%x);\n", mode));
8525 TABLE_ENTRY(BlendEquation),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h376 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode);
3886 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode) function
11464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation))"\n"
11468 ".set "GLAPI_PREFIX_STR(BlendEquationEXT)", "GLAPI_PREFIX_STR(BlendEquation)"\n"

Completed in 324 milliseconds