/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, isES2Context(context.getType())) 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 | 1191 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable() argument 1196 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 | 282 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() argument 284 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() 285 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() 375 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument 377 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount() 382 …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() 1485 if (internalformat.sizedFormat == esValidFormats[i].internalformat && in isFormatValid() 1495 …if (((GL_LUMINANCE_ALPHA == format.format) && (GL_LUMINANCE_ALPHA == internalformat.sizedFormat)) … in isFormatValid() 1496 ((GL_LUMINANCE == format.format) && (GL_LUMINANCE == internalformat.sizedFormat)) || in isFormatValid() 1497 ((GL_ALPHA == format.format) && (GL_ALPHA == internalformat.sizedFormat)) || in isFormatValid() 1498 ((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()
|
D | glcCompressedFormatTests.cpp | 65 GLenum sizedFormat; member 1597 …gl.texImage2D(GL_TEXTURE_2D, 0, formatInfo.sizedFormat, image2.width, image2.height, 0, formatInfo… in iterate()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 358 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() local 359 return sizedFormat.format; in getColorReadFormat() 364 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType() local 365 return sizedFormat.type; in getColorReadType()
|
D | TextureVk.cpp | 3564 GLenum sizedFormat = GL_NONE; in getImplementationSizedFormat() local 3568 sizedFormat = mImage->getActualFormat().glInternalFormat; in getImplementationSizedFormat() 3574 sizedFormat = format.getActualImageFormat(getRequiredImageAccess()).glInternalFormat; in getImplementationSizedFormat() 3577 return gl::GetSizedInternalFormatInfo(sizedFormat); in getImplementationSizedFormat() 3582 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat() local 3583 return sizedFormat.format; in getColorReadFormat() 3588 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType() local 3589 return sizedFormat.type; in getColorReadType()
|
D | FramebufferVk.cpp | 802 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local 803 const vk::Format &vkFormat = contextVk->getRenderer()->getFormat(sizedFormat); in getImplementationColorReadFormat()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 414 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local 415 const angle::Format &angleFormat = d3d11::Format::Get(sizedFormat, caps).format(); in getImplementationColorReadFormat()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local 393 const d3d9::TextureFormat &textureFormat = d3d9::GetTextureFormatInfo(sizedFormat); in getImplementationColorReadFormat()
|
/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()
|