Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h99 bool onIsTexturable(const TextureInfo&) const override { return false; } in onIsTexturable() function
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp53 bool DawnCaps::onIsTexturable(const TextureInfo& info) const { in onIsTexturable() function in skgpu::graphite::DawnCaps