Searched defs:TextureState (Results 1 – 3 of 3) 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 …]
34 class TextureState; variable
123 TextureState::TextureState(TextureType type) in TextureState() function in gl::TextureState