Lines Matching refs:getFormat

86 	gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
89 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
132 , m_format (getGLFormat(levels[0].getFormat()))
133 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), isES2Context(context.getType()))
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
172 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
190 deUint32 compressedFormat = getGLFormat(levels[0].getFormat());
229 TCU_CHECK_INTERNAL(level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8) ||
230 level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8));
232 bool isRGBA = level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
304 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
313 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
325 , m_format (getGLFormat(levels[0].getFormat()))
326 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), isES2Context(context.getType()))
388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
391 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
401 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
412 deUint32 compressedFormat = getGLFormat(levels[0].getFormat());
509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
512 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
520 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
558 , m_format (getGLFormat(levels[0].getFormat()))
559 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
599 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
607 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
608 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.getHeight());
618 deUint32 compressedFormat = getGLFormat(levels[0].getFormat());
678 , m_format (getGLFormat(levels[0].getFormat()))
679 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
721 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
729 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
730 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.getHeight());
740 deUint32 compressedFormat = getGLFormat(levels[0].getFormat());
809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
812 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat());
820 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
821 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.getHeight());