Home
last modified time | relevance | path

Searched defs:ClearTexture (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp215 void Texture::ClearTexture(GLint baseMipLevel, in ClearTexture() function in dawn_native::opengl::Texture
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp70 void ClearTexture(wgpu::TextureView view, wgpu::Color color) { in ClearTexture() function in SwapChainTests
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp534 void Texture::ClearTexture(VkCommandBuffer commands, in ClearTexture() function in dawn_native::vulkan::Texture
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp467 void Texture::ClearTexture(ComPtr<ID3D12GraphicsCommandList> commandList, in ClearTexture() function in dawn_native::d3d12::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp213 MaybeError Texture::ClearTexture(const SubresourceRange& range, in ClearTexture() function in dawn_native::opengl::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp990 MaybeError Texture::ClearTexture(CommandRecordingContext* commandContext, in ClearTexture() function in dawn_native::d3d12::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp1127 MaybeError Texture::ClearTexture(CommandRecordingContext* recordingContext, in ClearTexture() function in dawn_native::vulkan::Texture