Searched refs:implementType (Results 1 – 1 of 1) sorted by relevance
1608 GLint implementType; in isFormatValid() local1610 gl.getIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &implementType); in isFormatValid()1613 GLenum implementTypeEnum = static_cast<GLenum>(implementType); in isFormatValid()