Home
last modified time | relevance | path

Searched refs:mapGLTransferFormat (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp480 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in iterate()
490 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in iterate()
497 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_INT); in iterate()
504 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_UNSIGNED_INT); in iterate()
511 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT); in iterate()
520 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT); in iterate()
529 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT); in iterate()
Des3fTextureSpecificationTests.cpp638 …: Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, heigh… in BasicTexImage2DCase()
661 tcu::TextureLevel levelData (glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
693 …: TextureCubeSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), size, deLo… in BasicTexImageCubeCase()
716 tcu::TextureLevel levelData (glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
762 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
801 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
830 …: Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, heigh… in RandomOrderTexImage2DCase()
852 tcu::TextureLevel levelData (glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
890 …: TextureCubeSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), size, deLo… in RandomOrderTexImageCubeCase()
912 tcu::TextureLevel levelData (glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
[all …]
Des3fFboColorbufferTests.cpp284 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
429 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
555 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
679 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
779 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des3fTextureSizeTests.cpp126 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in iterate()
274 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in testFace()
Des3fFboDepthbufferTests.cpp116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des3fFramebufferBlitTests.cpp119 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
552 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
803 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), gridTexW, gridTexH, 1); in render()
Des3fReadPixelsTests.cpp217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
Des3fTextureFormatTests.cpp145 …tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapG… in init()
315 …tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapG… in init()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp402 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataTyp… in genAttachementTexture()
567 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.data… in genReferenceTexture()
687 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genAttachmentTextures()
711 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
817 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
872 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genSamplerTexture()
912 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
1001 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
1085 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genFramebufferWithGrid()
1104 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
[all …]
Des31fTextureSpecificationTests.cpp333 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
371 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
610 tcu::TextureLevel levelData (glu::mapGLTransferFormat(fmt.format, fmt.dataType)); in createTexture()
656 tcu::TextureLevel levelData (glu::mapGLTransferFormat(fmt.format, fmt.dataType)); in createTexture()
Des31fFboColorbufferTests.cpp212 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des31fFboSRGBWriteControlTests.cpp495 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType))) in TestTexture2D()
1262 …textureRead.setStorage(glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE), TestTextureSizes::WIDT… in readTexels()
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp277 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
345 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, GL_UNSIGNED_BYTE); in createTexture()
396 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
452 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
498 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
598 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
668 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
735 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
797 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
844 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture()
Des2fTextureSpecificationTests.cpp617 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in BasicTexImage2DCase()
659 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in BasicTexImageCubeCase()
708 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in RandomOrderTexImage2DCase()
757 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in RandomOrderTexImageCubeCase()
818 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in TexImage2DAlignCase()
863 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in TexImageCubeAlignCase()
911 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in BasicTexSubImage2DCase()
975 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in BasicTexSubImageCubeCase()
1048 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in TexSubImage2DEmptyTexCase()
1100 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in TexSubImageCubeEmptyTexCase()
[all …]
Des2fTextureSizeTests.cpp125 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in iterate()
273 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in testFace()
Des2fReadPixelsTests.cpp156 format = glu::mapGLTransferFormat(glFormat, glType); in getFormatInfo()
Des2fShaderTextureFunctionTests.cpp323 …tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataTy… in initTexture()
428 …tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataTy… in initShaderSources()
Des2fTextureFormatTests.cpp113 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init()
259 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init()
Des2fTextureUnitTests.cpp675 …m_textures2d.push_back(new tcu::Texture2D(glu::mapGLTransferFormat(params.format, params.dataType)… in init()
681 …m_texturesCube.push_back(new tcu::TextureCube(glu::mapGLTransferFormat(params.format, params.dataT… in init()
Des2fTextureMipmapTests.cpp865 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
1018 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
/external/deqp/framework/opengl/
DgluTexture.cpp55 , m_refTexture (mapGLTransferFormat(format, dataType), width) in Texture1D()
109 , m_refTexture (mapGLTransferFormat(format, dataType), width, height) in Texture2D()
354 , m_refTexture (mapGLTransferFormat(format, dataType), size) in TextureCube()
478 , m_refTexture (mapGLTransferFormat(format, dataType), width, numLevels) in Texture1DArray()
533 , m_refTexture (mapGLTransferFormat(format, dataType), width, height, numLevels) in Texture2DArray()
649 , m_refTexture (mapGLTransferFormat(format, dataType), width, height, depth) in Texture3D()
773 , m_refTexture (mapGLTransferFormat(format, dataType), size, numLayers) in TextureCubeArray()
DgluTextureUtil.hpp60 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
/external/deqp/modules/egl/
DteglImageUtil.cpp212 return glu::getInternalFormat(glu::mapGLTransferFormat(format, type)); in getEffectiveFormat()
251 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); in init()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp656 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels()

12