Home
last modified time | relevance | path

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

/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/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