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

  /external/chromium_org/third_party/skia/include/utils/
SkMeshUtils.h 30 int indexCount() const { return fIndexCount; }
37 int fIndexCount, fTexCount;
  /external/skia/include/utils/
SkMeshUtils.h 30 int indexCount() const { return fIndexCount; }
37 int fIndexCount, fTexCount;
  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 23 int fVertexCount, fIndexCount;
31 , fIndexCount(0)
SkMeshUtils.cpp 27 fTexCount = fIndexCount = 0;
37 fIndexCount = rows * cols * 6;
44 fIndexCount * sizeof(uint16_t));
SkPatchUtils.cpp 224 // 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);
SkPatchGrid.cpp 183 data.fIndices, data.fIndexCount, paint);
  /external/skia/src/utils/
SkMeshUtils.cpp 27 fTexCount = fIndexCount = 0;
37 fIndexCount = rows * cols * 6;
44 fIndexCount * sizeof(uint16_t));
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 29 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...]
GrDrawTarget.h 723 int fIndexCount;
736 return src.fIndexCount;
    [all...]
GrGpu.cpp 471 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
518 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
GrInOrderDrawBuffer.cpp 757 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
830 restoredState.fIndexCount;
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 28 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...]
GrDrawTarget.h 741 int fIndexCount;
754 return src.fIndexCount;
    [all...]
GrGpu.cpp 524 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
571 size_t bytes = geoSrc.fIndexCount * sizeof(uint16_t);
GrInOrderDrawBuffer.cpp 840 size_t reservedIndexBytes = sizeof(uint16_t) * geoSrc.fIndexCount;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 94 data.fTexCoords, data.fColors, xmode, data.fIndices, data.fIndexCount,
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 797 fIndexCount = indexCount;
816 fIndexCount, fPaint);
SkDrawCommand.h 507 int fIndexCount;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 527 int fIndexCount;
SkDrawCommand.cpp 854 fIndexCount = indexCount;
873 fIndexCount, fPaint);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 420 milliseconds