| /third_party/skia/third_party/externals/dawn/src/utils/ |
| D | TextureUtils.cpp | 43 bool IsBCTextureFormat(wgpu::TextureFormat textureFormat) { in IsBCTextureFormat() 66 bool IsETC2TextureFormat(wgpu::TextureFormat textureFormat) { in IsETC2TextureFormat() 85 bool IsASTCTextureFormat(wgpu::TextureFormat textureFormat) { in IsASTCTextureFormat() 122 bool IsDepthOnlyFormat(wgpu::TextureFormat textureFormat) { in IsDepthOnlyFormat() 133 uint32_t GetTexelBlockSizeInBytes(wgpu::TextureFormat textureFormat) { in GetTexelBlockSizeInBytes() 265 uint32_t GetTextureFormatBlockWidth(wgpu::TextureFormat textureFormat) { in GetTextureFormatBlockWidth() 383 uint32_t GetTextureFormatBlockHeight(wgpu::TextureFormat textureFormat) { in GetTextureFormatBlockHeight() 501 const char* GetWGSLColorTextureComponentType(wgpu::TextureFormat textureFormat) { in GetWGSLColorTextureComponentType() 550 uint32_t GetWGSLRenderableColorTextureComponentCount(wgpu::TextureFormat textureFormat) { in GetWGSLRenderableColorTextureComponentCount() 591 const char* GetWGSLImageFormatQualifier(wgpu::TextureFormat textureFormat) { in GetWGSLImageFormatQualifier()
|
| D | TestUtils.cpp | 78 wgpu::TextureFormat textureFormat) { in RequiredBytesInCopy() 113 wgpu::TextureFormat textureFormat) { in GetTexelCountInCopyRegion()
|
| D | WGPUHelpers.cpp | 153 wgpu::TextureFormat textureFormat) in BasicRenderPass()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | es3_copy_conversion_table_autogen.cpp | 18 bool ValidES3CopyConversion(GLenum textureFormat, GLenum framebufferFormat) in ValidES3CopyConversion()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | es3_copy_conversion_table_autogen.cpp | 18 bool ValidES3CopyConversion(GLenum textureFormat, GLenum framebufferFormat) in ValidES3CopyConversion()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | RenderBundleEncoder.cpp | 30 wgpu::TextureFormat textureFormat) { in ValidateColorAttachmentFormat() 40 wgpu::TextureFormat textureFormat, in ValidateDepthStencilAttachmentFormat()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 66 const angle::Format &textureFormat = vkFormat.imageFormat(); in setStorageImpl() local 157 const angle::Format &textureFormat = vkFormat.imageFormat(); in setStorageEGLImageTarget() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| D | Surface.hpp | 100 EGLenum textureFormat = EGL_NO_TEXTURE; // Format of texture: RGB, RGBA, or no texture member in egl::Surface
|
| D | Surface.cpp | 417 … EGLenum textureFormat, EGLenum textureTarget, EGLenum clientBufferFormat, in PBufferSurface()
|
| D | Display.cpp | 345 EGLenum textureFormat = EGL_NO_TEXTURE; in createPBufferSurface() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 82 const angle::Format &textureFormat = format.getActualRenderableImageFormat(); in setStorageImpl() local 174 const angle::Format &textureFormat = vkFormat.getActualRenderableImageFormat(); in setStorageEGLImageTarget() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| D | PbufferSurfaceWGL.cpp | 22 EGLenum textureFormat, in PbufferSurfaceWGL()
|
| D | DisplayWGL.cpp | 435 EGLenum textureFormat = static_cast<EGLenum>(attribs.get(EGL_TEXTURE_FORMAT, EGL_NO_TEXTURE)); in createPbufferSurface() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| D | PbufferSurfaceWGL.cpp | 22 EGLenum textureFormat, in PbufferSurfaceWGL()
|
| D | DisplayWGL.cpp | 435 EGLenum textureFormat = static_cast<EGLenum>(attribs.get(EGL_TEXTURE_FORMAT, EGL_NO_TEXTURE)); in createPbufferSurface() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| D | PixmapSurfaceGLX.cpp | 26 int EGLTextureFormatToGLXTextureFormat(EGLint textureFormat) in EGLTextureFormatToGLXTextureFormat()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Framebuffer9.cpp | 393 const d3d9::TextureFormat &textureFormat = d3d9::GetTextureFormatInfo(sizedFormat); in getImplementationColorReadFormat() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | StorageTextureValidationTests.cpp | 60 wgpu::TextureFormat textureFormat, in CreateComputeShaderWithStorageTexture() 392 for (wgpu::TextureFormat textureFormat : utils::kAllTextureFormats) { in TEST_F() local
|
| D | CopyCommandsValidationTests.cpp | 181 wgpu::TextureFormat textureFormat, in TestBothTBCopiesExactBufferSize() 728 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F() local 1338 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F() local
|
| D | QueueWriteTextureValidationTests.cpp | 75 wgpu::TextureFormat textureFormat, in TestWriteTextureExactDataSize()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
| D | DawnHelpers.cpp | 205 dawn::TextureFormat textureFormat) in BasicRenderPass()
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Sampler.hpp | 94 vk::Format textureFormat; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Sampler.hpp | 150 Format textureFormat : BITS(FORMAT_LAST); member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | utilities.cpp | 515 bool ValidateCopyFormats(GLenum textureFormat, GLenum colorbufferFormat) in ValidateCopyFormats()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | TextureD3D12.cpp | 487 MaybeError ValidateD3D12VideoTextureCanBeShared(Device* device, DXGI_FORMAT textureFormat) { in ValidateD3D12VideoTextureCanBeShared()
|