Home
last modified time | relevance | path

Searched refs:get_dawn_texture_from_surface (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp571 static wgpu::Texture get_dawn_texture_from_surface(GrSurface* src) { in get_dawn_texture_from_surface() function
583 wgpu::Texture srcTexture = get_dawn_texture_from_surface(src); in onCopySurface()
584 wgpu::Texture dstTexture = get_dawn_texture_from_surface(dst); in onCopySurface()
609 wgpu::Texture tex = get_dawn_texture_from_surface(surface); in onReadPixels()