Home
last modified time | relevance | path

Searched defs:textureFormat (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp43 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()
DTestUtils.cpp78 wgpu::TextureFormat textureFormat) { in RequiredBytesInCopy()
113 wgpu::TextureFormat textureFormat) { in GetTexelCountInCopyRegion()
DWGPUHelpers.cpp153 wgpu::TextureFormat textureFormat) in BasicRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Des3_copy_conversion_table_autogen.cpp18 bool ValidES3CopyConversion(GLenum textureFormat, GLenum framebufferFormat) in ValidES3CopyConversion()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Des3_copy_conversion_table_autogen.cpp18 bool ValidES3CopyConversion(GLenum textureFormat, GLenum framebufferFormat) in ValidES3CopyConversion()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderBundleEncoder.cpp30 wgpu::TextureFormat textureFormat) { in ValidateColorAttachmentFormat()
40 wgpu::TextureFormat textureFormat, in ValidateDepthStencilAttachmentFormat()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp66 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/
DSurface.hpp100 EGLenum textureFormat = EGL_NO_TEXTURE; // Format of texture: RGB, RGBA, or no texture member in egl::Surface
DSurface.cpp417EGLenum textureFormat, EGLenum textureTarget, EGLenum clientBufferFormat, in PBufferSurface()
DDisplay.cpp345 EGLenum textureFormat = EGL_NO_TEXTURE; in createPBufferSurface() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp82 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/
DPbufferSurfaceWGL.cpp22 EGLenum textureFormat, in PbufferSurfaceWGL()
DDisplayWGL.cpp435 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/
DPbufferSurfaceWGL.cpp22 EGLenum textureFormat, in PbufferSurfaceWGL()
DDisplayWGL.cpp435 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/
DPixmapSurfaceGLX.cpp26 int EGLTextureFormatToGLXTextureFormat(EGLint textureFormat) in EGLTextureFormatToGLXTextureFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp393 const d3d9::TextureFormat &textureFormat = d3d9::GetTextureFormatInfo(sizedFormat); in getImplementationColorReadFormat() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp60 wgpu::TextureFormat textureFormat, in CreateComputeShaderWithStorageTexture()
392 for (wgpu::TextureFormat textureFormat : utils::kAllTextureFormats) { in TEST_F() local
DCopyCommandsValidationTests.cpp181 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
DQueueWriteTextureValidationTests.cpp75 wgpu::TextureFormat textureFormat, in TestWriteTextureExactDataSize()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.cpp205 dawn::TextureFormat textureFormat) in BasicRenderPass()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp94 vk::Format textureFormat; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp150 Format textureFormat : BITS(FORMAT_LAST); member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp515 bool ValidateCopyFormats(GLenum textureFormat, GLenum colorbufferFormat) in ValidateCopyFormats()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp487 MaybeError ValidateD3D12VideoTextureCanBeShared(Device* device, DXGI_FORMAT textureFormat) { in ValidateD3D12VideoTextureCanBeShared()

12