Lines Matching refs:getFormat
256 deUint32 getFormat (void) const { return m_format; } in getFormat() function in deqp::gles31::Functional::__anon69dde6220111::ImageInfo
278 builder << info.getFormat() << info.getTarget() << info.getSize(); in operator <<()
589 const int texelBlockSize = getTexelBlockSize(info.getFormat()); in genTextureImage()
590 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat()); in genTextureImage()
617 …genericTexImage(gl, info.getTarget(), faceNdx, levelNdx, levelPixelSize, info.getFormat(), levelSi… in genTextureImage()
643 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat()); in genRenderbufferImage()
648 DE_ASSERT(!glu::isCompressedFormat(info.getFormat())); in genRenderbufferImage()
657 gl.renderbufferStorage(GL_RENDERBUFFER, info.getFormat(), info.getSize().x(), info.getSize().y()); in genRenderbufferImage()
667 if (isFixedPointFormat(info.getFormat())) in genRenderbufferImage()
686 if (isIntFormat(info.getFormat())) in genRenderbufferImage()
696 else if (isUintFormat(info.getFormat())) in genRenderbufferImage()
716 if (isFloatFormat(info.getFormat())) in genRenderbufferImage()
754 const int texelBlockSize = getTexelBlockSize(info.getFormat()); in getTexelBlockStride()
755 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat()); in getTexelBlockStride()
786 const IVec3 srcTexelBlockPixelSize = getTexelBlockPixelSize(srcImageInfo.getFormat()); in copyImageData()
787 const int srcTexelBlockSize = getTexelBlockSize(srcImageInfo.getFormat()); in copyImageData()
791 const IVec3 dstTexelBlockPixelSize = getTexelBlockPixelSize(dstImageInfo.getFormat()); in copyImageData()
792 const int dstTexelBlockSize = getTexelBlockSize(dstImageInfo.getFormat()); in copyImageData()
824 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat()); in getLevelAccesses()
845 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat()); in getCubeLevelAccesses()
847 const int texelBlockSize = getTexelBlockSize(info.getFormat()); in getCubeLevelAccesses()
848 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat()); in getCubeLevelAccesses()
905 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat(); in verifyTexture2DView()
987 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in decompressTexture()
1027 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture2D()
1061 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat(); in verifyTexture3DView()
1137 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture3D()
1171 …st tcu::TextureFormat format = refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_X).getFormat(); in verifyTextureCubemapView()
1250 if (glu::isCompressedFormat(info.getFormat())) in verifyTextureCubemap()
1252 …const tcu::CompressedTexFormat& compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in verifyTextureCubemap()
1255 const int texelBlockSize = getTexelBlockSize(info.getFormat()); in verifyTextureCubemap()
1256 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat()); in verifyTextureCubemap()
1346 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat(); in verifyTexture2DArrayView()
1420 if (glu::isCompressedFormat(info.getFormat())) in verifyTexture2DArray()
1492 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat()); in verifyRenderbuffer()
1518 if (isFloatFormat(info.getFormat())) in verifyRenderbuffer()
1527 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat())) in verifyRenderbuffer()
1589 …log << TestLog::Message << "Format: " << formatToName(imageInfo.getFormat()) << TestLog::EndMessag… in logTestImageInfo()
1724 …checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), m_context.get… in init()
1725 …checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), m_context.get… in init()
1756 …strictiveFormat = getMoreRestrictiveFormat(m_srcImageInfo.getFormat(), m_dstImageInfo.getFormat()); in createImagesIter()
1859 const IVec3 blockPixelSize = getTexelBlockPixelSize(info.getFormat()); in getLastFullLevel()
1883 const IVec3 srcBlockPixelSize = getTexelBlockPixelSize(srcInfo.getFormat()); in generateCopies()
1884 const IVec3 dstBlockPixelSize = getTexelBlockPixelSize(dstInfo.getFormat()); in generateCopies()