HomeSort by relevance Sort by last modified time
    Searched refs:getTextureFormatBitDepth (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 40 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
46 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(depthStencilFormat));
68 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format));
107 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format));
  /external/deqp/framework/common/
tcuTextureUtil.hpp 82 IVec4 getTextureFormatBitDepth (const TextureFormat& format);
tcuTextureUtil.cpp 328 IVec4 getTextureFormatBitDepth (const TextureFormat& format)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 246 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format);
259 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format);
es2fTextureMipmapTests.cpp 865 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
    [all...]
es2fTextureSpecificationTests.cpp 100 const IVec4 texFormatBits = tcu::getTextureFormatBitDepth(textureFormat);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 385 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format);
398 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format);
es3fFragmentOutputTests.cpp 623 const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format);
662 const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format);
857 const IVec4 bits = min(IVec4(8), tcu::getTextureFormatBitDepth(format));
    [all...]
es3fTextureMipmapTests.cpp 903 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
    [all...]
es3fRasterizationTests.cpp 89 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
    [all...]
es3fTextureSpecificationTests.cpp 130 const IVec4 texFormatBits = tcu::getTextureFormatBitDepth(textureFormat);
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 250 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint());
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 604 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format);
es31fStencilTexturingTests.cpp 166 const int stencilBits = tcu::getTextureFormatBitDepth(dst.getFormat()).w();
    [all...]
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]

Completed in 396 milliseconds