Searched refs:ENABLE_TEXGEN (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ | ||
D | texstate.c | 647 ctx->Texture._TexGenEnabled |= ENABLE_TEXGEN(unit); in update_texgen() |
D | mtypes.h | 1201 #define ENABLE_TEXGEN(unit) (1 << (unit)) macro |