Home
last modified time | relevance | path

Searched defs:sizedFormat (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTexture.cpp63 Texture1D::Texture1D(const RenderContext &context, uint32_t sizedFormat, int width) in Texture1D()
118 Texture2D::Texture2D(const RenderContext &context, uint32_t sizedFormat, int width, int height) in Texture2D()
296 ImmutableTexture2D::ImmutableTexture2D(const RenderContext &context, uint32_t sizedFormat, int widt… in ImmutableTexture2D()
501 Texture1DArray::Texture1DArray(const RenderContext &context, uint32_t sizedFormat, int width, int n… in Texture1DArray()
559 Texture2DArray::Texture2DArray(const RenderContext &context, uint32_t sizedFormat, int width, int h… in Texture2DArray()
680 Texture3D::Texture3D(const RenderContext &context, uint32_t sizedFormat, int width, int height, int… in Texture3D()
804 TextureCubeArray::TextureCubeArray(const RenderContext &context, uint32_t sizedFormat, int size, in… in TextureCubeArray()
H A DgluTextureUtil.cpp1555 …lorRenderable(const RenderContext &renderCtx, const ContextInfo &contextInfo, uint32_t sizedFormat) in isSizedFormatColorRenderable()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp268 void FboTestCase::checkFormatSupport(uint32_t sizedFormat) in checkFormatSupport()
363 void FboTestCase::checkSampleCount(uint32_t sizedFormat, int numSamples) in checkSampleCount()
H A Des3fFboRenderTest.cpp254 static void checkColorFormatSupport(sglr::Context &context, uint32_t sizedFormat) in checkColorFormatSupport()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp288 void FboTestCase::checkFormatSupport(uint32_t sizedFormat) in checkFormatSupport()
383 void FboTestCase::checkSampleCount(uint32_t sizedFormat, int numSamples) in checkSampleCount()
H A Des31fShaderFramebufferFetchTests.cpp246 void checkFormatSupport(Context &context, uint32_t sizedFormat) in checkFormatSupport()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp370 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() local
376 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType() local
H A DTextureVk.cpp4307 GLenum sizedFormat = GL_NONE; in getImplementationSizedFormat() local
4325 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat() local
4331 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType() local
H A DFramebufferVk.cpp916 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp414 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp235 GLenum sizedFormat; member
H A DglcCompressedFormatTests.cpp65 GLenum sizedFormat; member
H A DglcPackedPixelsTests.cpp132 GLenum sizedFormat; member
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp447 static void checkColorFormatSupport(sglr::Context &context, uint32_t sizedFormat) in checkColorFormatSupport()