Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1609 GLint implementFormat; in isFormatValid() local
1611 gl.getIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &implementFormat); in isFormatValid()
1614 GLenum implementFormatEnum = static_cast<GLenum>(implementFormat); in isFormatValid()