• Home
  • Raw
  • Download

Lines Matching refs:isCompressedFormat

187 	if (glu::isCompressedFormat(format))  in formatToName()
197 if (glu::isCompressedFormat(format)) in isFloatFormat()
205 if (glu::isCompressedFormat(format)) in isUintFormat()
213 if (glu::isCompressedFormat(format)) in isIntFormat()
221 if (glu::isCompressedFormat(format)) in isFixedPointFormat()
366 DE_ASSERT(isTextureTarget(m_target) || !glu::isCompressedFormat(m_target)); in ImageInfo()
586 else if (glu::isCompressedFormat(formatA) && isAstcFormat(glu::mapGLCompressedTexFormat(formatA))) in getMoreRestrictiveFormat()
588 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()
602 else if (glu::isCompressedFormat(formatA)) in getMoreRestrictiveFormat()
606 else if (glu::isCompressedFormat(formatB)) in getMoreRestrictiveFormat()
616 if (glu::isCompressedFormat(format)) in getTexelBlockSize()
624 if (glu::isCompressedFormat(format)) in getTexelBlockPixelSize()
694 else if (glu::isCompressedFormat(glFormat)) in genTexel()
772 if (glu::isCompressedFormat(format)) in genericTexImage()
881 DE_ASSERT(!glu::isCompressedFormat(info.getFormat())); in genRenderbufferImage()
1322 if (glu::isCompressedFormat(info.getFormat())) in renderTexture2D()
1394 if (glu::isCompressedFormat(info.getFormat())) in renderTexture3D()
1466 if (glu::isCompressedFormat(info.getFormat())) in renderTextureCubemap()
1599 if (glu::isCompressedFormat(info.getFormat())) in renderTexture2DArray()
1901 if (glu::isCompressedFormat(format)) in checkFormatSupport()
2383 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER) in addCopyTests()
2389 …if (glu::isCompressedFormat(srcFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(srcForm… in addCopyTests()
2397 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER) in addCopyTests()
2403 …if (glu::isCompressedFormat(dstFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(dstForm… in addCopyTests()
2409 …const bool isCompressedCase = glu::isCompressedFormat(srcFormat) || glu::isCompressedFormat(dstFo… in addCopyTests()