/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 480 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()
|
D | es3fTextureSpecificationTests.cpp | 638 …: 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 …]
|
D | es3fTextureSizeTests.cpp | 126 …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()
|
D | es3fFboColorbufferTests.cpp | 284 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()
|
D | es3fFboDepthbufferTests.cpp | 116 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
|
D | es3fFramebufferBlitTests.cpp | 119 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()
|
D | es3fReadPixelsTests.cpp | 217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
|
D | es3fFboRenderTest.cpp | 379 tcu::TextureFormat texFormat = glu::mapGLTransferFormat(format, dataType); in createMetaballsTex2D() 391 tcu::TextureFormat texFormat = glu::mapGLTransferFormat(format, dataType); in createQuadsTex2D()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 403 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataTyp… in genAttachementTexture() 568 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.data… in genReferenceTexture() 688 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genAttachmentTextures() 712 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() 818 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() 873 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genSamplerTexture() 913 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() 1002 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() 1086 …tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VI… in genFramebufferWithGrid() 1105 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() [all …]
|
D | es31fTextureSpecificationTests.cpp | 333 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()
|
D | es31fFboColorbufferTests.cpp | 212 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1); in render()
|
D | es31fFboSRGBWriteControlTests.cpp | 495 , 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/ |
D | es2fTextureCompletenessTests.cpp | 277 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()
|
D | es2fTextureSpecificationTests.cpp | 621 …: 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 …]
|
D | es2fTextureSizeTests.cpp | 125 …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()
|
D | es2fReadPixelsTests.cpp | 156 format = glu::mapGLTransferFormat(glFormat, glType); in getFormatInfo()
|
D | es2fTextureFormatTests.cpp | 113 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init() 259 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init()
|
D | es2fShaderTextureFunctionTests.cpp | 323 …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()
|
D | es2fTextureUnitTests.cpp | 675 …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()
|
D | es2fTextureMipmapTests.cpp | 874 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate() 1027 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
|
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 55 , 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()
|
D | gluTextureUtil.hpp | 60 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 212 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/ |
D | es2pTextureUploadTests.cpp | 217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); in init()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 656 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels()
|