Home
last modified time | relevance | path

Searched refs:mapGLCompressedTexFormat (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.hpp62 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
DgluTextureUtil.cpp296 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format) in mapGLCompressedTexFormat() function
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp2021 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2071 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2122 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2193 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2245 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2321 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2380 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2440 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2499 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp586 else if (glu::isCompressedFormat(formatA) && isAstcFormat(glu::mapGLCompressedTexFormat(formatA))) in getMoreRestrictiveFormat()
588 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()
617 return tcu::getBlockSize(glu::mapGLCompressedTexFormat(format)); in getTexelBlockSize()
625 return tcu::getBlockPixelSize(glu::mapGLCompressedTexFormat(format)); in getTexelBlockPixelSize()
696 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(glFormat); in genTexel()
1281 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in decompressTexture()
1468 …const tcu::CompressedTexFormat& compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in renderTextureCubemap()
1898 if (isAstcFormat(glu::mapGLCompressedTexFormat(format))) in checkFormatSupport()
2379 …if (glu::isCompressedFormat(srcFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(srcForm… in addCopyTests()
2393 …if (glu::isCompressedFormat(dstFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(dstForm… in addCopyTests()
Des31fTextureBorderClampTests.cpp158 const tcu::CompressedTexFormat compressedFmt = glu::mapGLCompressedTexFormat(format); in getFormatChannelClass()
335 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(texFormat); in genDummyTexture()
659 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) && in init()
1404 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(texFormat); in TextureBorderClampFormatCase()
2078 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) && in init()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp50 using glu::mapGLCompressedTexFormat;
509 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
2690 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3003 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3146 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp186 tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(formats); in calculateDataSize()
1046 tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(m_compressedFormat); in iterate()