Home
last modified time | relevance | path

Searched refs:chanType (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_blend.c71 GLvoid *src, const GLvoid *dst, GLenum chanType) in blend_noop() argument
82 if (chanType == GL_UNSIGNED_BYTE) in blend_noop()
84 else if (chanType == GL_UNSIGNED_SHORT) in blend_noop()
99 GLvoid *src, const GLvoid *dst, GLenum chanType) in blend_replace() argument
119 GLvoid *src, const GLvoid *dst, GLenum chanType) in blend_transparency_ubyte() argument
131 assert(chanType == GL_UNSIGNED_BYTE); in blend_transparency_ubyte()
164 GLvoid *src, const GLvoid *dst, GLenum chanType) in blend_transparency_ushort() argument
176 assert(chanType == GL_UNSIGNED_SHORT); in blend_transparency_ushort()
202 GLvoid *src, const GLvoid *dst, GLenum chanType) in blend_transparency_float() argument
214 assert(chanType == GL_FLOAT); in blend_transparency_float()
[all …]
Ds_blend.h42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
Ds_context.c416 GLenum chanType ) in _swrast_validate_blend_func() argument
421 _swrast_choose_blend_func( ctx, chanType ); in _swrast_validate_blend_func()
423 swrast->BlendFunc( ctx, n, mask, src, dst, chanType ); in _swrast_validate_blend_func()
Ds_context.h63 GLenum chanType);
/external/mesa3d/src/mesa/x86/
Dmmx.h37 GLenum chanType );
42 GLenum chanType );
47 GLenum chanType );
52 GLenum chanType );
57 GLenum chanType );
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c20223 OSType chanType; in Qt_SGGetIndChannel() local
20234 &chanType); in Qt_SGGetIndChannel()
20238 PyMac_BuildOSType, chanType); in Qt_SGGetIndChannel()