Searched refs:fIndexCount (Results 1 - 23 of 23) 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)
H A DSkMeshUtils.cpp27 fTexCount = fIndexCount = 0;
37 fIndexCount = rows * cols * 6;
44 fIndexCount * sizeof(uint16_t));
H A DSkPatchUtils.cpp224 // 60000 indices ( sqrt(60000 / 6) that comes from data->fIndexCount = lodX * lodY * 6)
229 data->fIndexCount = lodX * lodY * 6;
232 data->fIndices = SkNEW_ARRAY(uint16_t, data->fIndexCount);
H A DSkPatchGrid.cpp183 data.fIndices, data.fIndexCount, paint);
/external/skia/src/utils/
H A DSkMeshUtils.cpp27 fTexCount = fIndexCount = 0;
37 fIndexCount = rows * cols * 6;
44 fIndexCount * sizeof(uint16_t));
/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.cpp29 fIndexCount = di.fIndexCount;
51 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
53 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
71 fIndexCount = fIndicesPerInstance * fInstanceCount;
103 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
186 geoSrc.fIndexCount = indexCount;
291 geoSrc.fIndexCount = indexCount;
332 newState.fIndexCount = ~0;
379 maxValidIndex = geoSrc.fIndexCount;
[all...]
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
H A DGrGpu.cpp471 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
518 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
H A DGrInOrderDrawBuffer.cpp757 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
830 restoredState.fIndexCount;
/external/skia/src/gpu/
H A DGrDrawTarget.cpp28 fIndexCount = di.fIndexCount;
50 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
52 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
70 fIndexCount = fIndicesPerInstance * fInstanceCount;
102 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
185 geoSrc.fIndexCount = indexCount;
290 geoSrc.fIndexCount = indexCount;
331 newState.fIndexCount = ~0;
378 maxValidIndex = geoSrc.fIndexCount;
[all...]
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
H A DGrGpu.cpp524 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
571 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
H A DGrInOrderDrawBuffer.cpp840 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
916 restoredState.fIndexCount;
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp94 data.fTexCoords, data.fColors, xmode, data.fIndices, data.fIndexCount,
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp797 fIndexCount = indexCount;
816 fIndexCount, fPaint);
H A DSkDrawCommand.h507 int fIndexCount; member in class:SkDrawVerticesCommand
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h527 int fIndexCount; member in class:SkDrawVerticesCommand
H A DSkDrawCommand.cpp854 fIndexCount = indexCount;
873 fIndexCount, fPaint);
/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 2411 milliseconds