Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp98 VIEWCLASS_24_BITS, enumerator
138 case VIEWCLASS_24_BITS: return "viewclass_24_bits"; in viewClassToName()
2432 textureFormatViewClasses[VIEWCLASS_24_BITS] = vector<deUint32>(); in init()
2481 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_RGB8); in init()
2482 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_RGB8I); in init()
2483 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_RGB8UI); in init()
2484 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_RGB8_SNORM); in init()
2485 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_SRGB8); in init()