/third_party/vk-gl-cts/framework/opengl/ |
D | gluTexture.cpp | 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D() 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() 288 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int wid… in ImmutableTexture2D() 486 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() 542 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture2DArray() 658 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, in… in Texture3D() 782 TextureCubeArray::TextureCubeArray (const RenderContext& context, deUint32 sizedFormat, int size, i… in TextureCubeArray()
|
D | gluTextureUtil.cpp | 1191 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 282 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() 375 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
|
D | es31fShaderFramebufferFetchTests.cpp | 238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() 355 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
|
D | es3fFboRenderTest.cpp | 238 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 311 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() local 317 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType() local
|
D | TextureVk.cpp | 3171 GLenum sizedFormat = GL_NONE; in getImplementationSizedFormat() local 3189 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat() local 3195 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType() local
|
D | FramebufferVk.cpp | 714 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 388 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat() local
|
D | StateManager11.cpp | 359 GLenum sizedFormat = texture.getFormat(target, baseLevel).info->sizedInternalFormat; in updateSamplerMetadata() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 235 GLenum sizedFormat; member
|
D | glcCompressedFormatTests.cpp | 65 GLenum sizedFormat; member
|
D | glcPackedPixelsTests.cpp | 131 GLenum sizedFormat; member
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport()
|