Searched refs:sizedFormat (Results 1 - 9 of 9) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
H A D | es3fFboTestCase.cpp | 260 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) argument 262 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); 263 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>(); 353 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) argument 355 const int minSampleCount = getMinimumSampleCount(sizedFormat); 360 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
|
H A D | es3fFboRenderTest.cpp | 236 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) argument 238 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
H A D | es31fFboTestCase.cpp | 267 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) argument 269 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); 270 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>(); 360 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) argument 362 const int minSampleCount = getMinimumSampleCount(sizedFormat); 367 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
|
/external/deqp/framework/opengl/ |
H A D | gluTexture.cpp | 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) argument 65 , m_format (sizedFormat) 66 , m_refTexture (mapGLInternalFormat(sizedFormat), width) 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) argument 120 , m_format (sizedFormat) 121 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height) 452 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) argument 454 , m_format (sizedFormat) 455 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels) 508 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, in argument 624 Texture3D(const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) argument 748 TextureCubeArray(const RenderContext& context, deUint32 sizedFormat, int size, int numLayers) argument [all...] |
H A D | gluTextureUtil.hpp | 87 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
|
H A D | gluTextureUtil.cpp | 1150 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) 1155 renderable = getRenderableBitsES3(contextInfo, sizedFormat);
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) argument 395 switch (sizedFormat)
|
Completed in 1641 milliseconds