HomeSort by relevance Sort by last modified time
    Searched refs:fIndexCount (Results 1 - 9 of 9) sorted by null

  /external/skia/include/utils/
SkMeshUtils.h 30 size_t indexCount() const { return fIndexCount; }
37 size_t fIndexCount, fTexCount;
  /external/skia/src/utils/
SkMeshUtils.cpp 27 fTexCount = fIndexCount = 0;
37 fIndexCount = rows * cols * 6;
44 fIndexCount * sizeof(uint16_t));
  /external/skia/samplecode/
SampleWarp.cpp 237 int fIndexCount;
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/src/gpu/
GrInOrderDrawBuffer.cpp 151 GrAssert(0 == lastDraw.fIndexCount % 6);
166 lastDraw.fIndexCount += 6;
207 draw.fIndexCount = indexCount;
274 draw.fIndexCount = 0;
398 if (draw.fIndexCount) {
402 if (draw.fIndexCount) {
407 draw.fIndexCount);
498 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
561 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
584 restoredState.fIndexCount;
    [all...]
GrInOrderDrawBuffer.h 101 int fIndexCount;
GrDrawTarget.cpp 481 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
563 geoSrc.fIndexCount = indexCount;
645 geoSrc.fIndexCount = indexCount;
687 newState.fIndexCount = ~0;
735 maxValidIndex = geoSrc.fIndexCount;
    [all...]
GrDrawTarget.h     [all...]
GrGpu.cpp 902 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 291 milliseconds