Home
last modified time | relevance | path

Searched defs:transferFmt (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp60 …glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(internalFormat)); in texImage2D() local
DsglrReferenceContext.cpp1045 TextureFormat transferFmt; in texImage3D() local
1312 TextureFormat transferFmt = glu::mapGLTransferFormat(format, type); in texSubImage3D() local
4612 TextureFormat transferFmt; in readPixels() local
/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format)); in render() local
250 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format)); in render() local
Des3fFboInvalidateTests.cpp589 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFmt); in render() local
599 glu::TransferFormat transferFmt = glu::getTransferFormat(depthStencilFmt); in render() local
953 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFmt); in render() local
964 glu::TransferFormat transferFmt = glu::getTransferFormat(depthStencilFmt); in render() local
Des3fFboColorbufferTests.cpp251 glu::TransferFormat transferFmt = glu::getTransferFormat(ndx ? texFmt1 : texFmt0); in render() local
379 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt); in render() local
508 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt); in render() local
634 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt); in render() local
Des3fTextureSpecificationTests.cpp761 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
800 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
1079 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
1147 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
1379 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
1442 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
1802 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
2128 glu::TransferFormat transferFmt = glu::getTransferFormat(fmt); in createTexture() local
2170 glu::TransferFormat transferFmt = glu::getTransferFormat(fmt); in createTexture() local
2217 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
[all …]
Des3fFramebufferBlitTests.cpp631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat); in render() local
760 const glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat); in render() local
Des3fFboTestUtil.cpp894 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat); in readPixels() local
Des3fFragmentOutputTests.cpp822 const glu::TransferFormat transferFmt = glu::getTransferFormat(attachments[ndx].readFormat); in iterate() local
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp145 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt); in render() local
243 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt); in render() local
Des31fTextureSpecificationTests.cpp334 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
372 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
431 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
524 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
724 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture() local
Des31fFboTestUtil.cpp448 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat); in readPixels() local
Des31fOpaqueTypeIndexingTests.cpp282 const glu::TransferFormat transferFmt = glu::getTransferFormat(texFormat); in setupTexture() local
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp823 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch()