HomeSort by relevance Sort by last modified time
    Searched refs:sizedFormat (Results 1 - 10 of 10) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
es3fFboTestCase.cpp 250 void FboTestCase::checkFormatSupport (deUint32 sizedFormat)
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)
345 const int minSampleCount = getMinimumSampleCount(sizedFormat);
350 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
es3fFboRenderTest.cpp 236 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat)
238 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
es31fFboTestCase.cpp 255 void FboTestCase::checkFormatSupport (deUint32 sizedFormat)
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)
350 const int minSampleCount = getMinimumSampleCount(sizedFormat);
355 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
  /external/deqp/framework/opengl/
gluTexture.cpp 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width)
65 , m_format (sizedFormat)
66 , m_refTexture (mapGLInternalFormat(sizedFormat), width)
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height)
120 , m_format (sizedFormat)
121 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height)
468 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels)
470 , m_format (sizedFormat)
471 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels)
523 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels
    [all...]
gluTextureUtil.hpp 84 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
gluTextureUtil.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 263 GLenum sizedFormat = gl::IsSizedInternalFormat(actualInternalFormat, clientVersion) ?
267 size_t pixelBytes = static_cast<size_t>(gl::GetPixelBytes(sizedFormat, clientVersion));
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat)
395 switch (sizedFormat)
    [all...]

Completed in 155 milliseconds