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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 120 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
218 case FMT_CASE(D, UNSIGNED_INT_24_8): return GL_DEPTH_COMPONENT24;
221 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
416 case GL_UNSIGNED_INT_24_8: return TextureFormat::UNSIGNED_INT_24_8;
542 case GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8);
545 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
    [all...]
gluTextureTestUtil.cpp 69 case TextureFormat::UNSIGNED_INT_24_8:
95 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]
  /external/mesa3d/docs/specs/OLD/
MESA_packed_depth_stencil.spec 140 UNSIGNED_INT_24_8:
  /external/deqp/framework/common/
tcuTextureUtil.cpp 126 type == TextureFormat::UNSIGNED_INT_24_8 ||
194 case TextureFormat::UNSIGNED_INT_24_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24-uint8
555 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,8,0,0);
624 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]
tcuTexture.cpp 614 case TextureFormat::UNSIGNED_INT_24_8:
749 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]
tcuTexture.hpp 99 UNSIGNED_INT_24_8,
    [all...]
tcuTexCompareVerifier.cpp 177 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 201 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8);
214 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]

Completed in 403 milliseconds