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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 80 case TextureFormat::sRG: format = GL_RG; break;
200 case FMT_CASE(sRG, UNORM_INT8): return GL_SRG8_EXT;
524 case GL_SRG8_EXT: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 76 format.order == TextureFormat::sRG ||
    [all...]
tcuTexture.hpp 58 sRG,
    [all...]
tcuTexture.cpp 198 case TextureFormat::sRG: return 2;
424 case TextureFormat::sRG: return RG;
471 case TextureFormat::sRG: return RG;
    [all...]

Completed in 65 milliseconds