Home
last modified time | relevance | path

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

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