• Home
  • Raw
  • Download

Lines Matching refs:getFormat

86 	gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));  in upload()
89 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
132 , m_format (getGLFormat(levels[0].getFormat())) in Texture2D()
133 …, m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].get… in Texture2D()
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
172 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
190 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed()
229 …TCU_CHECK_INTERNAL(level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureF… in create()
230 … level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8)); in create()
232 …bool isRGBA = level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureForm… in create()
291 , m_format (getGLFormat(levels[0].getFormat())) in TextureCube()
292 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth()) in TextureCube()
354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
357 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
367 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
378 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed()
475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
478 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
486 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
524 , m_format (getGLFormat(levels[0].getFormat())) in Texture2DArray()
525 …, m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].get… in Texture2DArray()
562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
565 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
573 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
574 …DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.get… in upload()
584 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed()
644 , m_format (getGLFormat(levels[0].getFormat())) in Texture3D()
645 …, m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].get… in Texture3D()
684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
687 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
695 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
696 …DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.get… in upload()
706 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed()
775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
778 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload()
786 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
787 …DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.get… in upload()