Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1610 GLint implementFormat; in isFormatValid() local
1612 gl.getIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &implementFormat); in isFormatValid()
1615 GLenum implementFormatEnum = static_cast<GLenum>(implementFormat); in isFormatValid()