Home
last modified time | relevance | path

Searched defs:hasInstanceAttributes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h168 bool hasInstanceAttributes() const { return SkToBool(fInstanceAttributes.fCount); } in hasInstanceAttributes() function
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h157 bool hasInstanceAttributes() const { return SkToBool(fInstanceAttributes.fCount); } in hasInstanceAttributes() function
/third_party/skia/src/gpu/
DGrGeometryProcessor.h174 bool hasInstanceAttributes() const { return SkToBool(fInstanceAttributes.fCount); } in hasInstanceAttributes() function