HomeSort by relevance Sort by last modified time
    Searched refs:GL_SR8_EXT (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 161 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT) ||
162 (supportedExtensions.cubeMapArray && m_format == GL_SR8_EXT && supportedExtensions.sRGBR8))
475 { "srgb_r8", GL_SR8_EXT, },
es31fTextureFilteringTests.cpp 205 if (m_internalFormat == GL_SR8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")))
496 { "sr8", GL_SR8_EXT },
es31fSRGBDecodeTests.cpp 954 if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")) )
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 215 case FMT_CASE(sR, UNORM_INT8): return GL_SR8_EXT;
539 case GL_SR8_EXT: return TextureFormat(TextureFormat::sR, TextureFormat::UNORM_INT8);
568 case GL_SR8_EXT:
    [all...]
gluStrUtil.inl     [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 205 GL_SR8_EXT,
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 74 if (internalFormat == GL_SR8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_R8"))
    [all...]
es3fTextureFormatTests.cpp 74 if (internalFormat == GL_SR8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_R8"))
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl     [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]

Completed in 555 milliseconds