Home
last modified time | relevance | path

Searched defs:attrCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h154 void setVertexAttributes(const Attribute* attrs, int attrCount) { in setVertexAttributes()
157 void setInstanceAttributes(const Attribute* attrs, int attrCount) { in setInstanceAttributes()
/third_party/skia/src/xml/
DSkDOMParser.cpp25 int attrCount = fAttrs.count(); in flushAttributes() local
/third_party/skia/src/gpu/
DGrGeometryProcessor.h237 void setVertexAttributes(const Attribute* attrs, int attrCount) { in setVertexAttributes()
240 void setInstanceAttributes(const Attribute* attrs, int attrCount) { in setInstanceAttributes()
/third_party/skia/src/core/
DSkVertices.cpp307 const int attrCount = hasCustomData ? safe.checkGE(buffer.readInt(), 0) : 0; in Decode() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3941 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local
3956 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local