Searched defs:fIndexCount (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/utils/
H A DSkMeshUtils.h30 size_t indexCount() const { return fIndexCount; }
37 size_t fIndexCount, fTexCount; member in class:SkMeshIndices
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h101 int fIndexCount; member in struct:GrInOrderDrawBuffer::Draw
/external/skia/samplecode/
H A DSampleWarp.cpp237 int fIndexCount; member in class:Mesh
240 Mesh::Mesh() : fPts(NULL), fCount(0), fIndices(NULL), fIndexCount(0) {}
261 fIndexCount = src.fIndexCount;
262 fIndices = new uint16_t[fIndexCount];
263 memcpy(fIndices, src.fIndices, fIndexCount * sizeof(uint16_t));
282 fIndexCount = rows * cols * 6;
283 fIndices = new uint16_t[fIndexCount];
318 fPts, fTex, NULL, NULL, fIndices, fIndexCount,
324 fPts, NULL, NULL, NULL, fIndices, fIndexCount,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 347 milliseconds