Searched refs:attrCount (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 196 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 197 for (int i = 0; i < attrCount; ++i) { in getAttributeKey() 214 void setVertexAttributes(const Attribute* attrs, int attrCount) { in setVertexAttributes() argument 215 fVertexAttributes.init(attrs, attrCount); in setVertexAttributes() 217 void setInstanceAttributes(const Attribute* attrs, int attrCount) { in setInstanceAttributes() argument 218 SkASSERT(attrCount >= 0); in setInstanceAttributes() 219 fInstanceAttributes.init(attrs, attrCount); in setInstanceAttributes()
|
/external/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 196 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 197 for (int i = 0; i < attrCount; ++i) { in getAttributeKey() 214 void setVertexAttributes(const Attribute* attrs, int attrCount) { in setVertexAttributes() argument 215 fVertexAttributes.init(attrs, attrCount); in setVertexAttributes() 217 void setInstanceAttributes(const Attribute* attrs, int attrCount) { in setInstanceAttributes() argument 218 SkASSERT(attrCount >= 0); in setInstanceAttributes() 219 fInstanceAttributes.init(attrs, attrCount); in setInstanceAttributes()
|
/external/skqp/src/xml/ |
D | SkDOM.cpp | 203 int attrCount = fAttrs.count(); in flushAttributes() local 205 SkDOMAttr* attrs = fAlloc->makeArrayDefault<SkDOMAttr>(attrCount); in flushAttributes() 210 node->fAttrCount = SkToU16(attrCount); in flushAttributes() 225 sk_careful_memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()
|
/external/skia/src/xml/ |
D | SkDOM.cpp | 203 int attrCount = fAttrs.count(); in flushAttributes() local 205 SkDOMAttr* attrs = fAlloc->makeArrayDefault<SkDOMAttr>(attrCount); in flushAttributes() 210 node->fAttrCount = SkToU16(attrCount); in flushAttributes() 225 sk_careful_memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
D | AndroidManifest.java | 170 int attrCount = attributes.getLength(); in parseAndroidManifest() local 171 for (int i = 0; i < attrCount; i++) { in parseAndroidManifest() 313 final int attrCount = attributes.getLength(); in parseNodeAttributes() local 315 for (int i = 0; i < attrCount; i++) { in parseNodeAttributes()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateItemCounts.java | 504 long attrCount = Long.parseLong(parts[3]); in doSummary() local 526 if (valueCount + attrCount == 0) continue; in doSummary() 537 release_count.get2().add(releaseNum, attrCount); in doSummary()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 4245 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local 4246 fCoreProfileVertexArray = new GrGLVertexArray(arrayID, attrCount); in bindInternalVertexArray() 4260 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local 4261 if (fDefaultVertexArrayAttribState.count() != attrCount) { in bindInternalVertexArray() 4262 fDefaultVertexArrayAttribState.resize(attrCount); in bindInternalVertexArray()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 4205 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local 4206 fCoreProfileVertexArray = new GrGLVertexArray(arrayID, attrCount); in bindInternalVertexArray() 4220 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray() local 4221 if (fDefaultVertexArrayAttribState.count() != attrCount) { in bindInternalVertexArray() 4222 fDefaultVertexArrayAttribState.resize(attrCount); in bindInternalVertexArray()
|