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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 111 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: type = GL_FLOAT_32_UNSIGNED_INT_24_8_REV; break;
210 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8;
298 case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: return TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV;
423 case GL_DEPTH32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 469 else if (type == FLOAT_UNSIGNED_INT_24_8_REV)
632 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
712 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
791 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
826 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
908 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
    [all...]
tcuTextureUtil.cpp 321 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(32,0,0,8);
389 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(23,0,0,8);
    [all...]
tcuTexture.hpp 92 FLOAT_UNSIGNED_INT_24_8_REV,
    [all...]
tcuTexCompareVerifier.cpp 154 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false;
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 211 if (depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV)
    [all...]
rrRenderer.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 61 (format.order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 277 milliseconds