Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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 …]
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()
Des3fFboColorbufferTests.cpp286 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
431 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
557 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
681 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
781 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des3fFboDepthbufferTests.cpp116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des3fFramebufferBlitTests.cpp121 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
554 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
805 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), gridTexW, gridTexH, 1); in render()
Des3fReadPixelsTests.cpp217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp432 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataTyp… in genAttachementTexture()
603 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.data… in genReferenceTexture()
727 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genAttachmentTextures()
751 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
857 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
912 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genSamplerTexture()
952 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
1041 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
1125 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genFramebufferWithGrid()
1144 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture()
[all …]
Des31fFboColorbufferTests.cpp173 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
300 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
Des31fTextureSpecificationTests.cpp335 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
373 tcu::TextureLevel levelData (glu::mapGLTransferFormat(transferFmt.format, transferFmt.dataType)); in createTexture()
612 tcu::TextureLevel levelData (glu::mapGLTransferFormat(fmt.format, fmt.dataType)); in createTexture()
658 tcu::TextureLevel levelData (glu::mapGLTransferFormat(fmt.format, fmt.dataType)); in createTexture()
Des31fFboSRGBWriteControlTests.cpp495 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType))) in TestTexture2D()
1260 …textureRead.setStorage(glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE), TestTextureSizes::WIDT… in readTexels()
/third_party/vk-gl-cts/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.cpp621 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in BasicTexImage2DCase()
666 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in BasicTexImageCubeCase()
718 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in RandomOrderTexImage2DCase()
770 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in RandomOrderTexImageCubeCase()
834 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in TexImage2DAlignCase()
882 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in TexImageCubeAlignCase()
933 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in BasicTexSubImage2DCase()
1000 …: TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataTyp… in BasicTexSubImageCubeCase()
1076 …: TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType)… in TexSubImage2DEmptyTexCase()
1131 …: 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()
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()
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()
Des2fTextureUnitTests.cpp677 …m_textures2d.push_back(new tcu::Texture2D(glu::mapGLTransferFormat(params.format, params.dataType)… in init()
683 …m_texturesCube.push_back(new tcu::TextureCube(glu::mapGLTransferFormat(params.format, params.dataT… in init()
Des2fTextureMipmapTests.cpp868 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
1021 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
/third_party/vk-gl-cts/framework/opengl/
DgluTexture.cpp55 , m_refTexture (mapGLTransferFormat(format, dataType), width) in Texture1D()
109 …, m_refTexture (mapGLTransferFormat(format, dataType), width, height, isES2Context(context.getTyp… in Texture2D()
354 , m_refTexture (mapGLTransferFormat(format, dataType), size, isES2Context(context.getType())) 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);
/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.cpp212 return glu::getInternalFormat(glu::mapGLTransferFormat(format, type)); in getEffectiveFormat()
253 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureCompatibilityTests.cpp250 …tcu::TextureFormat testTexFormatSub = glu::mapGLTransferFormat(m_testParams.format, m_testParams.t… in iterate()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); in init()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp661 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels()

12