Searched refs:UNSIGNED_INT_24_8 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 120 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D in getTransferFormat() 218 case FMT_CASE(D, UNSIGNED_INT_24_8): return GL_DEPTH_COMPONENT24; in getInternalFormat() 221 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8; in getInternalFormat() 416 case GL_UNSIGNED_INT_24_8: return TextureFormat::UNSIGNED_INT_24_8; in mapGLChannelType() 542 …se GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8); in mapGLInternalFormat() 545 …se GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8); in mapGLInternalFormat()
|
/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 140 UNSIGNED_INT_24_8:
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 121 type == TextureFormat::UNSIGNED_INT_24_8 || in isCombinedDepthStencilType() 189 …case TextureFormat::UNSIGNED_INT_24_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24… in getTextureChannelClass() 541 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,8,0,0); in getChannelBitDepth() 608 case TextureFormat::UNSIGNED_INT_24_8: in getChannelMantissaBitDepth() 1329 case TextureFormat::UNSIGNED_INT_24_8: in toSamplerAccess()
|
D | tcuTexture.cpp | 628 case TextureFormat::UNSIGNED_INT_24_8: in isValid() 693 case TextureFormat::UNSIGNED_INT_24_8: in getPixelSize() 1138 case TextureFormat::UNSIGNED_INT_24_8: in getPixDepth() 1171 case TextureFormat::UNSIGNED_INT_24_8: in getPixStencil() 1460 case TextureFormat::UNSIGNED_INT_24_8: in setPixDepth() 1493 case TextureFormat::UNSIGNED_INT_24_8: in setPixStencil()
|
D | tcuTexture.hpp | 99 UNSIGNED_INT_24_8, enumerator
|
D | tcuTexCompareVerifier.cpp | 177 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true; in isFixedPointDepthTextureFormat()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.hpp | 811 UNSIGNED_INT_24_8 = 0x84FA, enumerator
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1369 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 201 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8); in getDepthFormat() 214 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8); in getStencilFormat() 2992 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8; in getNumStencilBits()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 1016 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 76 case TextureFormat::UNSIGNED_INT_24_8: in getSamplerType() 102 case TextureFormat::UNSIGNED_INT_24_8: in getFetchSamplerType()
|