Searched refs:minMag (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/pixelflinger2/ |
D | texture.cpp | 138 template<GGLPixelFormat format, ChannelType output, unsigned minMag, unsigned wrapS, unsigned wrapT> 148 if (0 == minMag) in tex2d() 156 else if (1 == minMag) in tex2d() 192 template<GGLPixelFormat format, ChannelType output, unsigned minMag, unsigned wrapS, unsigned wrapT> 257 if (0 == minMag) in texcube() 265 else if (1 == minMag) in texcube() 306 #define TEXTURE_FUNCTION_ENTRY_WRAPT(target,format,output,minMag,wrapS) \ argument 307 TEXTURE_FUNCTION_ENTRY(target,format,output,minMag,wrapS,0) \ 308 TEXTURE_FUNCTION_ENTRY(target,format,output,minMag,wrapS,1) \ 309 TEXTURE_FUNCTION_ENTRY(target,format,output,minMag,wrapS,2) [all …]
|