Home
last modified time | relevance | path

Searched refs:sizedFormat (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A 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 width, int height) in ImmutableTexture2D() argument
289 : Texture2D(context, sizedFormat, width, height) in ImmutableTexture2D()
486 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) in Texture1DArray() argument
488 , m_format (sizedFormat) in Texture1DArray()
542 Texture2DArray(const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) Texture2DArray() argument
658 Texture3D(const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) Texture3D() argument
782 TextureCubeArray(const RenderContext& context, deUint32 sizedFormat, int size, int numLayers) TextureCubeArray() argument
[all...]
H A DgluTextureUtil.hpp88 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
H A DgluTextureUtil.cpp1191 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat)
1196 renderable = getRenderableBitsES3(contextInfo, sizedFormat);
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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, m_context.getRenderContext()) : std::vector<std::string>(); in checkFormatSupport()
355 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument
357 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount()
362 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
H A Des3fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
H A Des3fFboRenderTest.cpp238 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument
240 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat); in checkColorFormatSupport()
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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, m_context.getRenderContext()) : std::vector<std::string>(); in checkFormatSupport()
375 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount() argument
377 const int minSampleCount = getMinimumSampleCount(sizedFormat); in checkSampleCount()
382 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat); in checkSampleCount()
H A Des31fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
58 void checkSampleCount (deUint32 sizedFormat, int numSamples);
H A 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, context.getRenderContext()) : std::vector<std::string>(); in checkFormatSupport()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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 &&
1495 if (((GL_LUMINANCE_ALPHA == format.format) && (GL_LUMINANCE_ALPHA == internalformat.sizedFormat)) ||
1496 ((GL_LUMINANCE == format.format) && (GL_LUMINANCE == internalformat.sizedFormat)) ||
1497 ((GL_ALPHA == format.format) && (GL_ALPHA == internalformat.sizedFormat)) ||
1498 ((GL_RGBA == format.format) && (GL_RGBA == internalformat.sizedFormat)) ||
[all...]
H A DglcTextureRepeatModeTests.cpp235 GLenum sizedFormat; member
561 if (internalFormats[i].sizedFormat == internalformat) in findInternalFormat()
1224 GLenum internalformat = internalFormatStruct.sizedFormat; in iterate()
H A DglcCompressedFormatTests.cpp65 GLenum sizedFormat; member
77 // minApi, name , internalFormat , format , sizedFormat , issRGB , blockSize
89 // minApi, name , internalFormat , format , sizedFormat , issRGB , blockSize
1597 gl.texImage2D(GL_TEXTURE_2D, 0, formatInfo.sizedFormat, image2.width, image2.height, 0, formatInfo.format, GL_UNSIGNED_BYTE, image2.data.data()); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp311 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() local
312 return sizedFormat.format; in getColorReadFormat()
317 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType() local
318 return sizedFormat.type; in getColorReadType()
H A DTextureVk.cpp3171 GLenum sizedFormat = GL_NONE; in getImplementationSizedFormat() local
3175 sizedFormat = mImage->getActualFormat().glInternalFormat; in getImplementationSizedFormat()
3181 sizedFormat = format.getActualImageFormat(getRequiredImageAccess()).glInternalFormat; in getImplementationSizedFormat()
3184 return gl::GetSizedInternalFormatInfo(sizedFormat); in getImplementationSizedFormat()
3189 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat() local
3190 return sizedFormat.format; in getColorReadFormat()
3195 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType() local
3196 return sizedFormat.type; in getColorReadType()
H A DFramebufferVk.cpp714 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
715 const vk::Format &vkFormat = contextVk->getRenderer()->getFormat(sizedFormat); in getImplementationColorReadFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp388 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
389 const angle::Format &angleFormat = d3d11::Format::Get(sizedFormat, caps).format(); in getImplementationColorReadFormat()
H A DStateManager11.cpp359 GLenum sizedFormat = texture.getFormat(target, baseLevel).info->sizedInternalFormat;
372 switch (sizedFormat)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
393 const d3d9::TextureFormat &textureFormat = d3d9::GetTextureFormatInfo(sizedFormat); in getImplementationColorReadFormat()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport() argument
395 switch (sizedFormat) in checkColorFormatSupport()

Completed in 35 milliseconds