Home
last modified time | relevance | path

Searched refs:fIndices (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/core/
DSkVertState.cpp23 const uint16_t* indices = state->fIndices; in TrianglesX()
53 const uint16_t* indices = state->fIndices; in TriangleStripX()
83 const uint16_t* indices = state->fIndices; in TriangleFanX()
98 return fIndices ? TrianglesX : Triangles; in chooseProc()
100 return fIndices ? TriangleStripX : TriangleStrip; in chooseProc()
102 return fIndices ? TriangleFanX : TriangleFan; in chooseProc()
DSkVertices.cpp130 fVertices->fIndices = sizes.fISize ? (uint16_t*)ptr : nullptr; in init()
147 fVertices->fIndices[3 * t + 0] = tempIndices[0]; in detach()
148 fVertices->fIndices[3 * t + 1] = tempIndices[t + 1]; in detach()
149 fVertices->fIndices[3 * t + 2] = tempIndices[t + 2]; in detach()
155 fVertices->fIndices[3 * t + 0] = 0; in detach()
156 fVertices->fIndices[3 * t + 1] = SkToU16(t + 1); in detach()
157 fVertices->fIndices[3 * t + 2] = SkToU16(t + 2); in detach()
372 writer.writePad(fIndices, sizes.fISize); in encode()
DSkVertState.h28 : fIndices(indices) { in VertState()
48 const uint16_t* fIndices; member
/external/skqp/src/core/
DSkVertState.cpp23 const uint16_t* indices = state->fIndices; in TrianglesX()
53 const uint16_t* indices = state->fIndices; in TriangleStripX()
83 const uint16_t* indices = state->fIndices; in TriangleFanX()
98 return fIndices ? TrianglesX : Triangles; in chooseProc()
100 return fIndices ? TriangleStripX : TriangleStrip; in chooseProc()
102 return fIndices ? TriangleFanX : TriangleFan; in chooseProc()
DSkVertices.cpp130 fVertices->fIndices = sizes.fISize ? (uint16_t*)ptr : nullptr; in init()
147 fVertices->fIndices[3 * t + 0] = tempIndices[0]; in detach()
148 fVertices->fIndices[3 * t + 1] = tempIndices[t + 1]; in detach()
149 fVertices->fIndices[3 * t + 2] = tempIndices[t + 2]; in detach()
155 fVertices->fIndices[3 * t + 0] = 0; in detach()
156 fVertices->fIndices[3 * t + 1] = SkToU16(t + 1); in detach()
157 fVertices->fIndices[3 * t + 2] = SkToU16(t + 2); in detach()
372 writer.writePad(fIndices, sizes.fISize); in encode()
DSkVertState.h28 : fIndices(indices) { in VertState()
48 const uint16_t* fIndices; member
/external/skia/bench/
DImageCacheBudgetBench.cpp76 , fIndices(nullptr) { in ImageCacheBudgetBench()
99 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]); in onPerCanvasPreDraw()
101 int* base = fIndices.get() + frame * kImagesToDraw; in onPerCanvasPreDraw()
121 fIndices.reset(nullptr); in onPerCanvasPostDraw()
130 idx = fIndices[frame * kImagesToDraw + j]; in onDraw()
150 std::unique_ptr<int[]> fIndices; member in ImageCacheBudgetBench
/external/skqp/bench/
DImageCacheBudgetBench.cpp76 , fIndices(nullptr) { in ImageCacheBudgetBench()
99 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]); in onPerCanvasPreDraw()
101 int* base = fIndices.get() + frame * kImagesToDraw; in onPerCanvasPreDraw()
121 fIndices.reset(nullptr); in onPerCanvasPostDraw()
130 idx = fIndices[frame * kImagesToDraw + j]; in onDraw()
150 std::unique_ptr<int[]> fIndices; member in ImageCacheBudgetBench
/external/junit/src/main/java/org/junit/internal/
DArrayComparisonFailure.java22 private final List<Integer> fIndices = new ArrayList<Integer>(); field in ArrayComparisonFailure
40 fIndices.add(0, index); in addDimension()
50 for (int each : fIndices) { in getMessage()
/external/testng/src/main/java/org/testng/internal/junit/
DArrayComparisonFailure.java13 private List<Integer> fIndices= new ArrayList<>(); field in ArrayComparisonFailure
30 fIndices.add(0, index); in addDimension()
39 for (int each : fIndices) { in getMessage()
/external/skqp/experimental/nima/
DNimaActor.cpp128 , fIndices() in NimaActorImage()
207 fIndices.clear(); in updateVertices()
214 fIndices.resize(indexCount); in updateVertices()
243 memcpy(fIndices.data(), indexData, indexCount * sizeof(uint16_t)); in updateVertices()
253 fIndices.size(), in updateVertices()
254 fIndices.data(), in updateVertices()
DNimaActor.h121 std::vector<uint16_t> fIndices; variable
/external/skia/experimental/nima/
DNimaActor.cpp128 , fIndices() in NimaActorImage()
207 fIndices.clear(); in updateVertices()
214 fIndices.resize(indexCount); in updateVertices()
243 memcpy(fIndices.data(), indexData, indexCount * sizeof(uint16_t)); in updateVertices()
253 fIndices.size(), in updateVertices()
254 fIndices.data(), in updateVertices()
DNimaActor.h121 std::vector<uint16_t> fIndices; variable
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp128 *fIndices.push() = i0; in addTri()
129 *fIndices.push() = i1; in addTri()
130 *fIndices.push() = i2; in addTri()
137 fIndices.rewind(); in rewind()
264 fIndices.rewind(); in tessellate()
389 fIndices.setReserve(18*path.countPoints() + 6); in extractFromPath()
828 SkASSERT(0 == (fIndices.count() % 3)); in validate()
1064 for (int i = 0; i < fIndices.count(); i += 3) { in draw()
1065 SkASSERT(fIndices[i] < this->numPts()) ; in draw()
1066 SkASSERT(fIndices[i+1] < this->numPts()) ; in draw()
[all …]
DGrDefaultPathRenderer.cpp76 , fIndices(nullptr) { in PathGeoBuilder()
243 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
249 fCurIdx = fIndices; in allocNewBuffers()
266 int indexCount = fCurIdx - fIndices; in emitMeshAndPutBackReserve()
288 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { in needSpace()
326 uint16_t* fIndices; member in __anon372be18e0111::PathGeoBuilder
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices()
56 int index(int index) const { return fIndices[index]; } in index()
269 SkTDArray<int> fIndices; variable
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp128 *fIndices.push() = i0; in addTri()
129 *fIndices.push() = i1; in addTri()
130 *fIndices.push() = i2; in addTri()
137 fIndices.rewind(); in rewind()
264 fIndices.rewind(); in tessellate()
389 fIndices.setReserve(18*path.countPoints() + 6); in extractFromPath()
828 SkASSERT(0 == (fIndices.count() % 3)); in validate()
1064 for (int i = 0; i < fIndices.count(); i += 3) { in draw()
1065 SkASSERT(fIndices[i] < this->numPts()) ; in draw()
1066 SkASSERT(fIndices[i+1] < this->numPts()) ; in draw()
[all …]
DGrDefaultPathRenderer.cpp78 , fIndices(nullptr) { in PathGeoBuilder()
245 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
251 fCurIdx = fIndices; in allocNewBuffers()
268 int indexCount = fCurIdx - fIndices; in emitMeshAndPutBackReserve()
290 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { in needSpace()
330 uint16_t* fIndices; member in __anon992fb3e50111::PathGeoBuilder
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices()
56 int index(int index) const { return fIndices[index]; } in index()
269 SkTDArray<int> fIndices; variable
/external/skqp/src/utils/
DSkShadowTessellator.cpp37 this->indexCount(), fIndices.begin()); in releaseVertices()
46 int indexCount() const { return fIndices.count(); } in indexCount()
96 SkTDArray<uint16_t> fIndices; member in SkBaseShadowTessellator
718 &fIndices); in stitchConcaveRings()
870 auto indices = fIndices.append(3); in appendTriangle()
879 auto indices = fIndices.append(6); in appendQuad()
929 fIndices.setReserve(12 * path.countPoints()); in SkAmbientShadowTessellator()
1032 fIndices.setReserve(15 * path.countPoints()); in SkSpotShadowTessellator()
/external/skia/src/utils/
DSkShadowTessellator.cpp37 this->indexCount(), fIndices.begin()); in releaseVertices()
46 int indexCount() const { return fIndices.count(); } in indexCount()
96 SkTDArray<uint16_t> fIndices; member in SkBaseShadowTessellator
718 &fIndices); in stitchConcaveRings()
870 auto indices = fIndices.append(3); in appendTriangle()
879 auto indices = fIndices.append(6); in appendQuad()
929 fIndices.setReserve(12 * path.countPoints()); in SkAmbientShadowTessellator()
1032 fIndices.setReserve(15 * path.countPoints()); in SkSpotShadowTessellator()
/external/skia/include/core/
DSkVertices.h228 const uint16_t* indices() const { return fIndices; } in indices()
269 uint16_t* fIndices; variable
/external/skqp/include/core/
DSkVertices.h228 const uint16_t* indices() const { return fIndices; } in indices()
269 uint16_t* fIndices; variable
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...

12