Home
last modified time | relevance | path

Searched refs:sizedFormat (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/opengl/
DgluTexture.cpp63 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 …]
DgluTextureUtil.hpp88 …Renderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
DgluTextureUtil.cpp1191 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable() argument
1196 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp262 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()
Des3fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
Des3fFboRenderTest.cpp238 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/
Des31fFboTestCase.cpp282 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()
Des31fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
Des31fShaderFramebufferFetchTests.cpp238 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/
DglcPackedPixelsTests.cpp131 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 …]
DglcTextureRepeatModeTests.cpp235 GLenum sizedFormat; member
561 if (internalFormats[i].sizedFormat == internalformat) in findInternalFormat()
1224 GLenum internalformat = internalFormatStruct.sizedFormat; in iterate()
DglcCompressedFormatTests.cpp65 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/
DRenderbufferVk.cpp358 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()
DTextureVk.cpp3564 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()
DFramebufferVk.cpp802 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/
DFramebuffer11.cpp414 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/
DFramebuffer9.cpp392 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/
Des2fFboRenderTest.cpp393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument
395 switch (sizedFormat) in checkColorFormatSupport()