Home
last modified time | relevance | path

Searched defs:supportsReadPixels (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h102 bool supportsReadPixels(const TextureInfo&) const override { return false; } in supportsReadPixels() function
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp161 bool DawnCaps::supportsReadPixels(const TextureInfo& textureInfo) const { in supportsReadPixels() function in skgpu::graphite::DawnCaps