Searched refs:FetchTexelFunc (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_texfetch.c | 122 FetchTexelFunc Fetch1D; 123 FetchTexelFunc Fetch2D; 124 FetchTexelFunc Fetch3D; |
| H A D | s_context.h | 121 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 D | s_context.h | 120 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 D | s_texfetch.c | 133 FetchTexelFunc Fetch1D; 134 FetchTexelFunc Fetch2D; 135 FetchTexelFunc Fetch3D; |
Completed in 5 milliseconds