Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAttachment.h36 UsageFlags supportedUsages() const { return fSupportedUsages; } in supportedUsages()
74 , fSupportedUsages(supportedUsages) in GrAttachment()
84 if (fSupportedUsages == UsageFlags::kStencilAttachment) { in getResourceType()
92 UsageFlags fSupportedUsages; variable
DGrAttachment.cpp25 if (!(fSupportedUsages & UsageFlags::kTexture)) { in onGpuMemorySize()
90 if (!SkToBool(fSupportedUsages & UsageFlags::kStencilAttachment)) { in computeScratchKey()
93 fSupportedUsages, this->numSamples(), this->mipmapped(), isProtected, in computeScratchKey()