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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 112 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
208 case FMT_CASE(D, UNSIGNED_INT_24_8): return GL_DEPTH_COMPONENT24;
211 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
297 case GL_UNSIGNED_INT_24_8: return TextureFormat::UNSIGNED_INT_24_8;
421 case GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8);
424 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 140 UNSIGNED_INT_24_8:
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8);
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8);
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8);
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 140 UNSIGNED_INT_24_8:
  /external/deqp/framework/common/
tcuTexture.cpp 464 else if (type == UNSIGNED_INT_24_8)
622 case TextureFormat::UNSIGNED_INT_24_8:
702 case TextureFormat::UNSIGNED_INT_24_8:
780 case TextureFormat::UNSIGNED_INT_24_8:
815 case TextureFormat::UNSIGNED_INT_24_8:
897 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]
tcuTextureUtil.cpp 316 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,0,0,8);
382 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]
tcuTexture.hpp 83 UNSIGNED_INT_24_8,
    [all...]
tcuTexCompareVerifier.cpp 155 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true;
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 330 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.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/glshared/
glsTextureTestUtil.cpp 76 case TextureFormat::UNSIGNED_INT_24_8:
102 case TextureFormat::UNSIGNED_INT_24_8:
    [all...]

Completed in 1337 milliseconds