Home
last modified time | relevance | path

Searched defs:TextureLevelSpec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp142 struct TextureLevelSpec struct
144 int width;
145 int height;
146 int depth;
147 int level;
148 glw::GLenum internalFormat;
149 bool compressed;
151TextureLevelSpec(void) : width(0), height(0), depth(0), level(0), internalFormat(GL_RGBA), compres… in TextureLevelSpec() function