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

/external/chromium_org/third_party/skia/include/utils/
H A DSkMeshUtils.h30 int indexCount() const { return fIndexCount; }
37 int fIndexCount, fTexCount; member in class:SkMeshIndices
/external/skia/include/utils/
H A DSkMeshUtils.h30 int indexCount() const { return fIndexCount; }
37 int fIndexCount, fTexCount; member in class:SkMeshIndices
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.h23 int fVertexCount, fIndexCount; member in struct:SkPatchUtils::VertexData
31 , fIndexCount(0)
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h723 int fIndexCount; member in union:GrDrawTarget::GeometrySrcState::__anon15252
736 return src.fIndexCount;
802 int indexCount() const { return fIndexCount; }
807 bool isIndexed() const { return fIndexCount > 0; }
846 int fIndexCount; member in class:GrDrawTarget::DrawInfo
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h527 int fIndexCount; member in class:SkDrawVerticesCommand
/external/skia/src/gpu/
H A DGrDrawTarget.h741 int fIndexCount; member in union:GrDrawTarget::GeometrySrcState::__anon30665
754 return src.fIndexCount;
820 int indexCount() const { return fIndexCount; }
825 bool isIndexed() const { return fIndexCount > 0; }
864 int fIndexCount; member in class:GrDrawTarget::DrawInfo
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h507 int fIndexCount; member in class:SkDrawVerticesCommand
/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 211 milliseconds