Lines Matching refs:getFormat

350 	deUint32		getFormat		(void) const { return m_format; }
372 builder << info.getFormat() << info.getTarget() << info.getSize();
822 const int texelBlockSize = getTexelBlockSize(info.getFormat());
823 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat());
850 genericTexImage(gl, info.getTarget(), faceNdx, levelNdx, levelPixelSize, info.getFormat(), levelSize, level.getElementPtr(faceNdx * levelSize));
876 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat());
881 DE_ASSERT(!glu::isCompressedFormat(info.getFormat()));
890 gl.renderbufferStorage(GL_RENDERBUFFER, info.getFormat(), info.getSize().x(), info.getSize().y());
900 if (isFixedPointFormat(info.getFormat()))
919 if (isIntFormat(info.getFormat()))
929 else if (isUintFormat(info.getFormat()))
949 if (isFloatFormat(info.getFormat()))
987 const int texelBlockSize = getTexelBlockSize(info.getFormat());
988 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat());
1019 const IVec3 srcTexelBlockPixelSize = getTexelBlockPixelSize(srcImageInfo.getFormat());
1020 const int srcTexelBlockSize = getTexelBlockSize(srcImageInfo.getFormat());
1024 const IVec3 dstTexelBlockPixelSize = getTexelBlockPixelSize(dstImageInfo.getFormat());
1025 const int dstTexelBlockSize = getTexelBlockSize(dstImageInfo.getFormat());
1057 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat());
1078 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat());
1080 const int texelBlockSize = getTexelBlockSize(info.getFormat());
1081 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat());
1234 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat();
1281 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat());
1322 if (glu::isCompressedFormat(info.getFormat()))
1356 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat();
1394 if (glu::isCompressedFormat(info.getFormat()))
1428 const tcu::TextureFormat format = refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_X).getFormat();
1466 if (glu::isCompressedFormat(info.getFormat()))
1468 const tcu::CompressedTexFormat& compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat());
1471 const int texelBlockSize = getTexelBlockSize(info.getFormat());
1472 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat());
1562 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat();
1599 if (glu::isCompressedFormat(info.getFormat()))
1677 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat());
1706 if (isFloatFormat(info.getFormat()))
1715 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat()))
1779 log << TestLog::Message << "Format: " << formatToName(imageInfo.getFormat()) << TestLog::EndMessage;
1934 checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), rc);
1935 checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), rc);
1966 const deUint32 moreRestrictiveFormat = getMoreRestrictiveFormat(m_srcImageInfo.getFormat(), m_dstImageInfo.getFormat());
2099 const IVec3 blockPixelSize = getTexelBlockPixelSize(info.getFormat());
2123 const IVec3 srcBlockPixelSize = getTexelBlockPixelSize(srcInfo.getFormat());
2124 const IVec3 dstBlockPixelSize = getTexelBlockPixelSize(dstInfo.getFormat());