Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp519 glw::GLint blue_type = 0; in checkSourceTextureSizeAndType() local
537 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_BLUE_TYPE, &blue_type); in checkSourceTextureSizeAndType()
555 is_ok = is_ok && ((glw::GLenum)blue_type == descriptor.expected_blue_type); in checkSourceTextureSizeAndType()
581 << ", queried blue type = " << glu::getTypeStr(blue_type) in checkSourceTextureSizeAndType()