Searched defs:sizedFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp260 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 Des3fFboRenderTest.cpp236 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 Des31fFboTestCase.cpp273 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) argument
275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext());
276 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>();
366 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) argument
368 const int minSampleCount = getMinimumSampleCount(sizedFormat);
373 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
H A Des31fShaderFramebufferFetchTests.cpp237 void checkFormatSupport (Context& context, deUint32 sizedFormat) argument
239 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext());
240 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, context.getRenderContext()) : std::vector<std::string>();
/external/deqp/framework/opengl/
H A DgluTexture.cpp63 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)
288 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) argument
289 : Texture2D(context, sizedFormat, width, height)
486 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) argument
488 , m_format (sizedFormat)
542 Texture2DArray(const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) argument
658 Texture3D(const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) argument
782 TextureCubeArray(const RenderContext& context, deUint32 sizedFormat, int size, int numLayers) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) argument
395 switch (sizedFormat)

Completed in 728 milliseconds