/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluTexture.cpp | 63 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 D | gluTextureUtil.cpp | 1555 …lorRenderable(const RenderContext &renderCtx, const ContextInfo &contextInfo, uint32_t sizedFormat) in isSizedFormatColorRenderable()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 268 void FboTestCase::checkFormatSupport(uint32_t sizedFormat) in checkFormatSupport() 363 void FboTestCase::checkSampleCount(uint32_t sizedFormat, int numSamples) in checkSampleCount()
|
H A D | es3fFboRenderTest.cpp | 254 static void checkColorFormatSupport(sglr::Context &context, uint32_t sizedFormat) in checkColorFormatSupport()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 288 void FboTestCase::checkFormatSupport(uint32_t sizedFormat) in checkFormatSupport() 383 void FboTestCase::checkSampleCount(uint32_t sizedFormat, int numSamples) in checkSampleCount()
|
H A D | es31fShaderFramebufferFetchTests.cpp | 246 void checkFormatSupport(Context &context, uint32_t sizedFormat) in checkFormatSupport()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.cpp | 370 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() local 376 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType() local
|
H A D | TextureVk.cpp | 4307 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 D | FramebufferVk.cpp | 916 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 414 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 235 GLenum sizedFormat; member
|
H A D | glcCompressedFormatTests.cpp | 65 GLenum sizedFormat; member
|
H A D | glcPackedPixelsTests.cpp | 132 GLenum sizedFormat; member
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 447 static void checkColorFormatSupport(sglr::Context &context, uint32_t sizedFormat) in checkColorFormatSupport()
|