Searched refs:texture_sample_func (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfilter.h | 36 extern texture_sample_func
|
| H A D | s_context.h | 54 typedef void (*texture_sample_func)(struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) 314 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
|
| H A D | s_texfilter.c | 1859 * by this function but is not available in the texture_sample_func signature. 3710 texture_sample_func 3757 texture_sample_func func;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfilter.h | 36 extern texture_sample_func
|
| H A D | s_context.h | 55 typedef void (*texture_sample_func)(struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) 315 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
|
| H A D | s_texfilter.c | 1859 * by this function but is not available in the texture_sample_func signature. 3710 texture_sample_func 3758 texture_sample_func func;
|
Completed in 21 milliseconds