Searched refs:chanType (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/x86/ |
D | mmx.h | 37 GLenum chanType ); 42 GLenum chanType ); 47 GLenum chanType ); 52 GLenum chanType ); 57 GLenum chanType );
|
/third_party/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 | 411 GLenum chanType ) in _swrast_validate_blend_func() argument 416 _swrast_choose_blend_func( ctx, chanType ); in _swrast_validate_blend_func() 418 swrast->BlendFunc( ctx, n, mask, src, dst, chanType ); in _swrast_validate_blend_func()
|
D | s_context.h | 64 GLenum chanType);
|