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

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp250 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) argument
252 const bool isCoreFormat = isRequiredFormat(sizedFormat);
253 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat) : std::vector<std::string>();
343 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) argument
345 const int minSampleCount = getMinimumSampleCount(sizedFormat);
350 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.cpp255 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) argument
257 const bool isCoreFormat = isRequiredFormat(sizedFormat);
258 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat) : std::vector<std::string>();
348 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) argument
350 const int minSampleCount = getMinimumSampleCount(sizedFormat);
355 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
/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)
468 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) argument
470 , m_format (sizedFormat)
471 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels)
523 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, in argument
583 Texture3D(const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) argument
643 TextureCubeArray(const RenderContext& context, deUint32 sizedFormat, int size, int numLayers) argument
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.cpp532 GLenum sizedFormat = GetSizedInternalFormat(actualInternalFormat, type); local
534 size_t pixelBytes = static_cast<size_t>(gl::GetInternalFormatInfo(sizedFormat).pixelBytes);
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) argument
395 switch (sizedFormat)

Completed in 243 milliseconds