Home
last modified time | relevance | path

Searched refs:TEXTURE_FUNCTION_ENTRY (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dtexture.cpp302 #define TEXTURE_FUNCTION_ENTRY(target,format,output,filter,wrapS,wrapT) \ macro
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)
343 #undef TEXTURE_FUNCTION_ENTRY