Searched refs:FetchTexelFunc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch.c122 FetchTexelFunc Fetch1D;
123 FetchTexelFunc Fetch2D;
124 FetchTexelFunc Fetch3D;
H A Ds_context.h121 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage, typedef in typeref:typename:void (*)(const struct swrast_texture_image * texImage,GLint col,GLint row,GLint img,GLfloat * texelOut)
162 FetchTexelFunc FetchTexel;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage, typedef in typeref:typename:void (*)(const struct swrast_texture_image * texImage,GLint col,GLint row,GLint img,GLfloat * texelOut)
161 FetchTexelFunc FetchTexel;
H A Ds_texfetch.c133 FetchTexelFunc Fetch1D;
134 FetchTexelFunc Fetch2D;
135 FetchTexelFunc Fetch3D;

Completed in 5 milliseconds