Searched refs:chanType (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 71 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 …]
|
D | s_blend.h | 42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
|
D | s_context.c | 416 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()
|
D | s_context.h | 63 GLenum chanType);
|
/external/mesa3d/src/mesa/x86/ |
D | mmx.h | 37 GLenum chanType ); 42 GLenum chanType ); 47 GLenum chanType ); 52 GLenum chanType ); 57 GLenum chanType );
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 20223 OSType chanType; in Qt_SGGetIndChannel() local 20234 &chanType); in Qt_SGGetIndChannel() 20238 PyMac_BuildOSType, chanType); in Qt_SGGetIndChannel()
|