Searched defs:TextureState (Results 1 – 4 of 4) sorted by relevance
48 struct TextureState struct50 GLint width;51 GLint height;52 GLint depth;53 GLint levels;54 GLint samples;55 tcu::TextureFormat format;57 GLint minDepth;59 GLint pageSizeX;60 GLint pageSizeY;[all …]
37 class TextureState; variable
86 struct TextureState struct88 TexGen texGenActive : BITS(TEXGEN_LAST);89 unsigned char textureTransformCountActive : 3;90 unsigned char texCoordIndexActive : 3;
136 TextureState::TextureState(TextureType type) in TextureState() function in gl::TextureState