Searched refs:BlendFunc (Results 1 - 25 of 49) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
H A DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func)
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp149 enum BlendFunc enum in namespace:rr
199 BlendFunc srcFunc;
200 BlendFunc dstFunc;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c900 * Result: the ctx->Color.BlendFunc pointer is updated.
913 swrast->BlendFunc = blend_general;
919 swrast->BlendFunc = _mesa_mmx_blend_min;
923 swrast->BlendFunc = blend_min;
929 swrast->BlendFunc = _mesa_mmx_blend_max;
933 swrast->BlendFunc = blend_max;
936 swrast->BlendFunc = blend_general;
942 swrast->BlendFunc = _mesa_mmx_blend_transparency;
948 swrast->BlendFunc = blend_transparency_ubyte;
950 swrast->BlendFunc
[all...]
H A Ds_context.h297 blend_func BlendFunc; member in struct:__anon14578
H A Ds_context.c411 * Called via swrast->BlendFunc. Examine GL state to choose a blending
424 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
461 swrast->BlendFunc = _swrast_validate_blend_func;
763 swrast->BlendFunc = _swrast_validate_blend_func;
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c900 * Result: the ctx->Color.BlendFunc pointer is updated.
913 swrast->BlendFunc = blend_general;
919 swrast->BlendFunc = _mesa_mmx_blend_min;
923 swrast->BlendFunc = blend_min;
929 swrast->BlendFunc = _mesa_mmx_blend_max;
933 swrast->BlendFunc = blend_max;
936 swrast->BlendFunc = blend_general;
942 swrast->BlendFunc = _mesa_mmx_blend_transparency;
948 swrast->BlendFunc = blend_transparency_ubyte;
950 swrast->BlendFunc
[all...]
H A Ds_context.h297 blend_func BlendFunc; member in struct:__anon27989
H A Ds_context.c411 * Called via swrast->BlendFunc. Examine GL state to choose a blending
424 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
461 swrast->BlendFunc = _swrast_validate_blend_func;
763 swrast->BlendFunc = _swrast_validate_blend_func;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h25 OP(BlendFunc) /* 266 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp49 GET_PROC(BlendFunc);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp73 GET_PROC(BlendFunc);
328 GET_PROC(BlendFunc);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h26 #define glBlendFunc GLES2_GET_FUN(BlendFunc)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp52 GET_PROC(BlendFunc);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc113 void BlendFunc(PP_Resource context_id, GLenum sfactor, GLenum dfactor) { function in namespace:ppapi::__anon10171
116 ToGles2Impl(&enter)->BlendFunc(sfactor, dfactor);
1616 &BlendFunc, &BlendFuncSeparate,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h45 void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h89 void BlendFunc(GLenum sfactor, GLenum dfactor) { function
90 gles2::cmds::BlendFunc* c = GetCmdSpace<gles2::cmds::BlendFunc>();
H A Dgles2_implementation_unittest_autogen.h103 TEST_F(GLES2ImplementationTest, BlendFunc) {
105 cmds::BlendFunc cmd;
110 gl_->BlendFunc(GL_ZERO, GL_ZERO);
H A Dgles2_trace_implementation_impl_autogen.h73 void GLES2TraceImplementation::BlendFunc(GLenum sfactor, GLenum dfactor) { function in class:GLES2TraceImplementation
74 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendFunc");
75 gl_->BlendFunc(sfactor, dfactor);
H A Dgles2_implementation_autogen.h41 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE;
H A Dgles2_interface_autogen.h31 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) = 0;
H A Dgles2_interface_stub_autogen.h30 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc107 void BlendFunc(PP_Resource context_id, GLenum sfactor, GLenum dfactor) { function in namespace:mojo::examples::__anon8751
1384 &BlendFunc, &BlendFuncSeparate,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h45 VISIT_GL_CALL(BlendFunc,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h115 void (*BlendFunc)(PP_Resource context, GLenum sfactor, GLenum dfactor); member in struct:PPB_OpenGLES2_1_0
574 void (*BlendFunc)(PP_Resource context, GLenum sfactor, GLenum dfactor); member in struct:PPB_OpenGLES2

Completed in 2693 milliseconds

12