/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 63 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() 288 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int wid… in ImmutableTexture2D() argument 289 : Texture2D(context, sizedFormat, width, height) in ImmutableTexture2D() 486 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() argument 488 , m_format (sizedFormat) in Texture1DArray() [all …]
|
D | gluTextureUtil.hpp | 88 …Renderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
|
D | gluTextureUtil.cpp | 1189 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable() argument 1194 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() argument 264 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() 265 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() 355 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument 357 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount() 362 …upportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
|
D | es3fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
D | es3fFboRenderTest.cpp | 238 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument 240 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat); in checkColorFormatSupport()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 273 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() argument 275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() 276 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() 366 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument 368 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount() 373 …upportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
|
D | es31fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat); 58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
|
D | es31fShaderFramebufferFetchTests.cpp | 238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport() argument 240 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext()); in checkFormatSupport() 241 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 131 GLenum sizedFormat; member 1043 if ((esValidFormats[i].internalformat == internalformat.sizedFormat) && in getCanonicalFormat() 1055 …if (validformats_EXT_texture_type_2_10_10_10_REV[i].internalformat == internalformat.sizedFormat && in getCanonicalFormat() 1067 if (validformats_OES_required_internalformat[i].internalformat == internalformat.sizedFormat && in getCanonicalFormat() 1081 if ((coreValidFormats[i].internalformat == internalformat.sizedFormat) && in getCanonicalFormat() 1484 if (internalformat.sizedFormat == esValidFormats[i].internalformat && in isFormatValid() 1494 …if (((GL_LUMINANCE_ALPHA == format.format) && (GL_LUMINANCE_ALPHA == internalformat.sizedFormat)) … in isFormatValid() 1495 ((GL_LUMINANCE == format.format) && (GL_LUMINANCE == internalformat.sizedFormat)) || in isFormatValid() 1496 ((GL_ALPHA == format.format) && (GL_ALPHA == internalformat.sizedFormat)) || in isFormatValid() 1497 ((GL_RGBA == format.format) && (GL_RGBA == internalformat.sizedFormat)) || in isFormatValid() [all …]
|
D | glcTextureRepeatModeTests.cpp | 235 GLenum sizedFormat; member 561 if (internalFormats[i].sizedFormat == internalformat) in findInternalFormat() 1224 GLenum internalformat = internalFormatStruct.sizedFormat; in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument 395 switch (sizedFormat) in checkColorFormatSupport()
|