Home
last modified time | relevance | path

Searched defs:isMemoryless (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTextureInfo.cpp161 bool TextureInfo::isMemoryless() const { in isMemoryless() function in skgpu::graphite::TextureInfo
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnTextureInfo.cpp38 bool isMemoryless() const override { in isMemoryless() function in skgpu::graphite::DawnTextureInfoData
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTextureInfo.cpp37 bool isMemoryless() const override { return false; } in isMemoryless() function in skgpu::graphite::VulkanTextureInfoData
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h96 GrMemoryless isMemoryless) override { in makeMSAAAttachment()
/aosp_15_r20/external/angle/src/libANGLE/
H A DPixelLocalStorage.h51 bool isMemoryless() const { return mMemoryless; } in isMemoryless() function
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h211 GrMemoryless isMemoryless) override { in makeMSAAAttachment()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp2002 GrMemoryless isMemoryless) { in makeMSAAAttachment()