Searched refs:chanType (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dmmx.h37 GLenum chanType );
42 GLenum chanType );
47 GLenum chanType );
52 GLenum chanType );
57 GLenum chanType );
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dmmx.h37 GLenum chanType );
42 GLenum chanType );
47 GLenum chanType );
52 GLenum chanType );
57 GLenum chanType );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.h42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
H A Ds_blend.c67 * Any chanType ok.
71 GLvoid *src, const GLvoid *dst, GLenum chanType)
82 if (chanType == GL_UNSIGNED_BYTE)
84 else if (chanType == GL_UNSIGNED_SHORT)
95 * Any chanType ok.
99 GLvoid *src, const GLvoid *dst, GLenum chanType)
119 GLvoid *src, const GLvoid *dst, GLenum chanType)
131 assert(chanType == GL_UNSIGNED_BYTE);
164 GLvoid *src, const GLvoid *dst, GLenum chanType)
176 assert(chanType
70 blend_noop(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
98 blend_replace(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
118 blend_transparency_ubyte(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
163 blend_transparency_ushort(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
201 blend_transparency_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
243 blend_add(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
309 blend_min(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
362 blend_max(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
416 blend_modulate(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
471 blend_general_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLfloat rgba[][4],GLfloat dest[][4],GLenum chanType) argument
816 blend_general(struct gl_context * ctx,GLuint n,const GLubyte mask[],void * src,const void * dst,GLenum chanType) argument
900 _swrast_choose_blend_func(struct gl_context * ctx,GLenum chanType) argument
[all...]
H A Ds_context.h63 GLenum chanType);
H A Ds_context.c411 GLenum chanType )
416 _swrast_choose_blend_func( ctx, chanType );
418 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
409 _swrast_validate_blend_func(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.h42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
H A Ds_blend.c67 * Any chanType ok.
71 GLvoid *src, const GLvoid *dst, GLenum chanType)
82 if (chanType == GL_UNSIGNED_BYTE)
84 else if (chanType == GL_UNSIGNED_SHORT)
95 * Any chanType ok.
99 GLvoid *src, const GLvoid *dst, GLenum chanType)
119 GLvoid *src, const GLvoid *dst, GLenum chanType)
131 assert(chanType == GL_UNSIGNED_BYTE);
164 GLvoid *src, const GLvoid *dst, GLenum chanType)
176 assert(chanType
70 blend_noop(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
98 blend_replace(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
118 blend_transparency_ubyte(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
163 blend_transparency_ushort(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
201 blend_transparency_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
243 blend_add(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
309 blend_min(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
362 blend_max(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
416 blend_modulate(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument
471 blend_general_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLfloat rgba[][4],GLfloat dest[][4],GLenum chanType) argument
816 blend_general(struct gl_context * ctx,GLuint n,const GLubyte mask[],void * src,const void * dst,GLenum chanType) argument
900 _swrast_choose_blend_func(struct gl_context * ctx,GLenum chanType) argument
[all...]
H A Ds_context.h64 GLenum chanType);
H A Ds_context.c411 GLenum chanType )
416 _swrast_choose_blend_func( ctx, chanType );
418 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
409 _swrast_validate_blend_func(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType) argument

Completed in 11 milliseconds