Searched refs:sizedFormat (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 255 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() argument 257 const bool isCoreFormat = isRequiredFormat(sizedFormat); in checkFormatSupport() 258 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat)… in checkFormatSupport() 348 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument 350 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount() 355 …upportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
|
D | es31fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 250 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() argument 252 const bool isCoreFormat = isRequiredFormat(sizedFormat); in checkFormatSupport() 253 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat)… in checkFormatSupport() 343 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument 345 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount() 350 …upportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
|
D | es3fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
D | es3fFboRenderTest.cpp | 236 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument 238 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat); in checkColorFormatSupport()
|
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D() argument 65 , m_format (sizedFormat) in Texture1D() 66 , m_refTexture (mapGLInternalFormat(sizedFormat), width) in Texture1D() 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() argument 120 , m_format (sizedFormat) in Texture2D() 121 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height) in Texture2D() 452 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() argument 454 , m_format (sizedFormat) in Texture1DArray() 455 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels) in Texture1DArray() 508 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture2DArray() argument [all …]
|
D | gluTextureUtil.hpp | 86 …Renderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
|
D | gluTextureUtil.cpp | 1149 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable() argument 1154 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument 395 switch (sizedFormat) in checkColorFormatSupport()
|