/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_blend.c | 900 * 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 = blend_transparency_ushort [all...] |
s_context.h | 297 blend_func BlendFunc;
|
s_context.c | 411 * 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/ |
s_blend.c | 900 * 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 = blend_transparency_ushort [all...] |
s_context.h | 297 blend_func BlendFunc;
|
s_context.c | 411 * 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/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 50 GET_PROC(BlendFunc);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 50 GET_PROC(BlendFunc);
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 24 OP(BlendFunc) /* 267 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 74 GET_PROC(BlendFunc);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 53 GR_GL_GET_PROC(BlendFunc);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 74 GET_PROC(BlendFunc);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 53 GR_GL_GET_PROC(BlendFunc);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 24 #define glBlendFunc GLES2_GET_FUN(BlendFunc)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 83 SET_PROC(BlendFunc)
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 83 SET_PROC(BlendFunc)
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 104 void BlendFunc(PP_Resource context_id, GLenum sfactor, GLenum dfactor) { 107 ToGles2Impl(&enter)->BlendFunc(sfactor, dfactor); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 41 void GLES2InterfaceStub::BlendFunc(
|
gles2_cmd_helper_autogen.h | 98 void BlendFunc(GLenum sfactor, GLenum dfactor) { 99 gles2::cmds::BlendFunc* c = GetCmdSpace<gles2::cmds::BlendFunc>(); [all...] |
gles2_implementation_unittest_autogen.h | 102 TEST_F(GLES2ImplementationTest, BlendFunc) { 104 cmds::BlendFunc cmd; 109 gl_->BlendFunc(GL_ZERO, GL_ZERO); [all...] |
gles2_trace_implementation_impl_autogen.h | 68 void GLES2TraceImplementation::BlendFunc(GLenum sfactor, GLenum dfactor) { 69 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendFunc"); 70 gl_->BlendFunc(sfactor, dfactor); [all...] |
gles2_implementation_autogen.h | 36 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE;
|
gles2_interface_autogen.h | 26 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) = 0;
|
gles2_interface_stub_autogen.h | 25 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE;
|
gles2_trace_implementation_autogen.h | 25 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE;
|