Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstate.c647 ctx->Texture._TexGenEnabled |= ENABLE_TEXGEN(unit); in update_texgen()
Dmtypes.h1201 #define ENABLE_TEXGEN(unit) (1 << (unit)) macro