Searched refs:fVertexAttributes (Results 1 – 2 of 2) sorted by relevance
155 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes()156 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes()160 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes()168 size_t vertexStride() const { return fVertexAttributes.fStride; } in vertexStride()210 b->add32(fVertexAttributes.fRawCount, "numVertexAttributes"); in getAttributeKey()211 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()231 fVertexAttributes.init(attrs, attrCount); in setVertexAttributes()262 AttributeSet fVertexAttributes; variable
152 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes()153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes()157 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes()165 size_t vertexStride() const { return fVertexAttributes.fStride; } in vertexStride()202 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()215 fVertexAttributes.init(attrs, attrCount); in setVertexAttributes()240 AttributeSet fVertexAttributes; variable