Searched refs:BlendEquation (Results 1 - 25 of 35) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
H A DsglrReferenceUtils.cpp251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp117 enum BlendEquation enum in namespace:rr
198 BlendEquation equation;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h23 OP(BlendEquation) /* 264 */ \
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h24 #define glBlendEquation GLES2_GET_FUN(BlendEquation)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1_autogen.h176 EXPECT_CALL(*gl_, BlendEquation(GL_FUNC_SUBTRACT));
177 SpecializedSetup<cmds::BlendEquation, 0>(true);
178 cmds::BlendEquation cmd;
185 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
186 SpecializedSetup<cmds::BlendEquation, 0>(false);
187 cmds::BlendEquation cmd;
194 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
195 SpecializedSetup<cmds::BlendEquation, 0>(false);
196 cmds::BlendEquation cmd;
/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/client/
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_implementation_unittest_autogen.h81 TEST_F(GLES2ImplementationTest, BlendEquation) {
83 cmds::BlendEquation cmd;
88 gl_->BlendEquation(GL_FUNC_SUBTRACT);
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);
H A Dgles2_implementation_autogen.h37 virtual void BlendEquation(GLenum mode) OVERRIDE;
H A Dgles2_interface_autogen.h29 virtual void BlendEquation(GLenum mode) = 0;
H A Dgles2_interface_stub_autogen.h28 virtual void BlendEquation(GLenum mode) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h28 virtual void BlendEquation(GLenum mode) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h97 void GLES2Implementation::BlendEquation(GLenum mode) { function in class:GLES2Implementation
101 helper_->BlendEquation(mode);
H A Dgles2_c_lib_autogen.h43 gles2::GetGLContext()->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/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h40 VISIT_GL_CALL(BlendEquation, void, (GLenum mode), (mode))
/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/lib/gl/gles2/
H A Dgles2.c59 glGetInterfacePPAPI()->BlendEquation(glGetCurrentContextPPAPI(), mode);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h498 #define glBlendEquation GLES2_GET_FUN(BlendEquation)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp903 { "glBlendEquation", _O(BlendEquation) },
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc238 DELEGATE_TO_GL_1(blendEquation, BlendEquation, WGC3Denum)
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp903 { "glBlendEquation", _O(BlendEquation) },

Completed in 2979 milliseconds

12