Home
last modified time | relevance | path

Searched refs:sizedFormat (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp255 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()
Des31fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp250 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()
Des3fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
Des3fFboRenderTest.cpp236 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/
DgluTexture.cpp63 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 …]
DgluTextureUtil.hpp86 …Renderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
DgluTextureUtil.cpp1149 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable() argument
1154 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument
395 switch (sizedFormat) in checkColorFormatSupport()