Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGeometryProcessor.h147 fRawCount = count; in init()
159 int fRawCount = 0; variable
216 b->add32(fVertexAttributes.fRawCount, "numVertexAttributes"); in getAttributeKey()
217 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()
218 b->add32(fInstanceAttributes.fRawCount, "numInstanceAttributes"); in getAttributeKey()
219 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h105 fRawCount = count; in init()
117 int fRawCount = 0; variable