Searched refs:texture_sample_func (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.h36 extern texture_sample_func
H A Ds_context.h54 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 Ds_texfilter.c1859 * 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 Ds_texfilter.h36 extern texture_sample_func
H A Ds_context.h55 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 Ds_texfilter.c1859 * 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