Searched defs:TextureState (Results 1 – 2 of 2) 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 …]
85 struct TextureState struct87 TexGen texGenActive : BITS(TEXGEN_LAST);88 unsigned char textureTransformCountActive : 3;89 unsigned char texCoordIndexActive : 3;