Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h167 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function
/third_party/skia/src/gpu/
DGrGeometryProcessor.h173 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function