Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1609 GLint implementType; in isFormatValid() local
1611 gl.getIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &implementType); in isFormatValid()
1614 GLenum implementTypeEnum = static_cast<GLenum>(implementType); in isFormatValid()