/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 89 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload() local 97 …D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transferFormat.da… in upload() 172 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload() local 181 …t, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.da… in upload() 304 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload() local 314 …, levelNdx, 0, 0, access.getWidth(), access.getHeight(), transferFormat.format, transferFormat.da… in upload() 391 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload() local 402 …t, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.da… in upload() 512 TransferFormat transferFormat = getTransferFormat(m_refTexture.getFormat()); in upload() local 521 …t, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.da… in upload() [all …]
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 656 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels() local 659 …if (transferFormat.order == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureForm… in glReadPixels() 695 …kAlignment == 0) ? (targetRowLength * transferFormat.getPixelSize()) : (deAlign32(targetRowLength … in glReadPixels() 698 …const tcu::PixelBufferAccess targetAccess (transferFormat, targetRowLength, infiniteHeight, 1, ta… in glReadPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 739 …const glu::TransferFormat transferFormat = (spec.levels[levelNdx].compressed) ? (glu::TransferForm… in applyTextureGenerationSpec() local 756 ….levels[levelNdx].width, spec.levels[levelNdx].height, 0, transferFormat.format, transferFormat.da… in applyTextureGenerationSpec() 758 ….levels[levelNdx].height, spec.levels[levelNdx].depth, 0, transferFormat.format, transferFormat.da… in applyTextureGenerationSpec() 760 ….levels[levelNdx].height, spec.levels[levelNdx].depth, 0, transferFormat.format, transferFormat.da… in applyTextureGenerationSpec() 762 ….levels[levelNdx].width, spec.levels[levelNdx].height, 0, transferFormat.format, transferFormat.da… in applyTextureGenerationSpec() 764 ….levels[levelNdx].height, spec.levels[levelNdx].depth, 0, transferFormat.format, transferFormat.da… in applyTextureGenerationSpec()
|
D | es31fGeometryShaderTests.cpp | 2924 const glu::TransferFormat transferFormat = glu::getTransferFormat(texFormat); in initTexture() local 2934 …MAP_POSITIVE_X, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2935 …MAP_NEGATIVE_X, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2936 …MAP_POSITIVE_Y, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2937 …MAP_NEGATIVE_Y, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2938 …MAP_POSITIVE_Z, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2939 …MAP_NEGATIVE_Z, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2945 …D, 0, GL_RGBA8, texSize.x(), texSize.y(), texSize.z(), 0, transferFormat.format, transferFormat.da… in initTexture() 2951 …XTURE_1D_ARRAY, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.da… in initTexture() 2957 …Y, 0, GL_RGBA8, texSize.x(), texSize.y(), texSize.z(), 0, transferFormat.format, transferFormat.da… in initTexture()
|
D | es31fFboSRGBWriteControlTests.cpp | 492 …e2D (Context& context, const deUint32 internalFormat, const deUint32 transferFormat, const deUint3… in TestTexture2D() argument 495 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType))) in TestTexture2D() 516 …m_gl->texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transfe… in TestTexture2D()
|
D | es31fShaderImageLoadStoreTests.cpp | 735 const glu::TransferFormat transferFormat = glu::getTransferFormat(src.getFormat()); in uploadTexture() local 758 …e2D(GL_TEXTURE_2D, 0, 0, 0, imageSize.x(), imageSize.y(), transferFormat.format, transferFormat.da… in uploadTexture() 764 …aceToGLFace(face), 0, 0, 0, imageSize.x(), imageSize.y(), transferFormat.format, transferFormat.da… in uploadTexture() 771 … 0, 0, 0, 0, imageSize.x(), imageSize.y(), imageSize.z(), transferFormat.format, transferFormat.da… in uploadTexture()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.cpp | 1037 TransferFormat transferFormat = glu::getTransferFormat(mState.format); in writeDataToTexture() local 1059 Texture::SubImage(gl, target, level, 0, 0, 0, width, height, depth, transferFormat.format, in writeDataToTexture() 1060 transferFormat.dataType, (GLvoid*)data); in writeDataToTexture() 1131 TransferFormat transferFormat = glu::getTransferFormat(mState.format); in verifyTextureData() local 1161 …Texture::GetData(gl, level, target, transferFormat.format, transferFormat.dataType, (GLvoid*)out_d… in verifyTextureData() 1206 …Texture::GetData(gl, level, subTarget, transferFormat.format, transferFormat.dataType, (GLvoid*)ou… in verifyTextureData() 1694 TransferFormat transferFormat = glu::getTransferFormat(mState.format); in verifyTextureDataExtended() local 1726 …Texture::GetData(gl, level, target, transferFormat.format, transferFormat.dataType, (GLvoid*)out_d… in verifyTextureDataExtended() 1772 …Texture::GetData(gl, level, subTarget, transferFormat.format, transferFormat.dataType, (GLvoid*)ou… in verifyTextureDataExtended()
|
D | gl4cSparseTextureTests.cpp | 1919 TransferFormat transferFormat = glu::getTransferFormat(mState.format); in writeDataToTexture() local 1936 Texture::SubImage(gl, target, level, 0, 0, 0, width, height, depth, transferFormat.format, in writeDataToTexture() 1937 transferFormat.dataType, (GLvoid*)data); in writeDataToTexture() 1965 TransferFormat transferFormat = glu::getTransferFormat(mState.format); in verifyTextureData() local 1994 …Texture::GetData(gl, level, target, transferFormat.format, transferFormat.dataType, (GLvoid*)out_d… in verifyTextureData() 2040 …Texture::GetData(gl, level, subTarget, transferFormat.format, transferFormat.dataType, (GLvoid*)ou… in verifyTextureData()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 259 glu::TransferFormat transferFormat = glu::getTransferFormat(referenceTexture.getFormat()); in uploadTexture3D() local 269 …callTexImage3D(GL_TEXTURE_3D, levelNdx, transferFormat.format, access.getWidth(), access.getHeight… in uploadTexture3D() 270 access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, in uploadTexture3D() 749 glu::TransferFormat transferFormat = glu::getTransferFormat(textureFormat); in iterate() local 750 …lTexSubImage3D(GL_TEXTURE_3D, levelNdx, w, h, 0, w, h, d, transferFormat.format, transferFormat.da… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 837 …const tcu::TextureFormat transferFormat (tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_IN… in iterate() local 841 …tcu::PixelBufferAccess(transferFormat, result.getWidth(), result.getHeight(), result.getDepth(), r… in iterate()
|