• Home
  • Raw
  • Download

Lines Matching refs:isCompressedFormat

178 	if (glu::isCompressedFormat(format))  in formatToName()
188 if (glu::isCompressedFormat(format)) in isFloatFormat()
196 if (glu::isCompressedFormat(format)) in isUintFormat()
204 if (glu::isCompressedFormat(format)) in isIntFormat()
212 if (glu::isCompressedFormat(format)) in isFixedPointFormat()
272 DE_ASSERT(isTextureTarget(m_target) || !glu::isCompressedFormat(m_target)); in ImageInfo()
316 else if (glu::isCompressedFormat(formatA) && isAstcFormat(glu::mapGLCompressedTexFormat(formatA))) in getMoreRestrictiveFormat()
318 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()
332 else if (glu::isCompressedFormat(formatA)) in getMoreRestrictiveFormat()
336 else if (glu::isCompressedFormat(formatB)) in getMoreRestrictiveFormat()
346 if (glu::isCompressedFormat(format)) in getTexelBlockSize()
354 if (glu::isCompressedFormat(format)) in getTexelBlockPixelSize()
444 else if (glu::isCompressedFormat(glFormat)) in genTexel()
539 if (glu::isCompressedFormat(format)) in genericTexImage()
648 DE_ASSERT(!glu::isCompressedFormat(info.getFormat())); in genRenderbufferImage()
1027 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture2D()
1137 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture3D()
1250 if (glu::isCompressedFormat(info.getFormat())) in verifyTextureCubemap()
1420 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture2DArray()
1694 if (glu::isCompressedFormat(format)) in checkFormatSupport()
2107 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER) in addCopyTests()
2113 …if (glu::isCompressedFormat(srcFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(srcForm… in addCopyTests()
2121 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER) in addCopyTests()
2127 …if (glu::isCompressedFormat(dstFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(dstForm… in addCopyTests()