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

  /external/skia/src/gpu/
GrVertices.h 135 fVertices = &vertices;
160 int instances = SkTMin(fInstancesRemaining, fVertices->fMaxInstancesPerDraw);
161 fInstanceBatch.fIndexCount = instances * fVertices->fIndicesPerInstance;
162 fInstanceBatch.fVertexCount = instances * fVertices->fVerticesPerInstance;
168 const GrVertices* fVertices;
  /external/skia/src/gpu/batches/
GrVertexBatch.cpp 39 fVertices.initInstanced(primType, vertexBuffer, indexBuffer,
46 SkASSERT(fVertices.instanceCount());
47 target->draw(fVertices);
GrVertexBatch.h 44 GrVertices fVertices;
  /external/skia/bench/
GLVertexAttributesBench.cpp 57 SkTArray<unsigned char> fVertices;
175 fVertices.reset(static_cast<int>(kVerticesPerTri * kNumTri * fStride));
177 unsigned char* ptr = &fVertices[static_cast<int>(i * kVerticesPerTri * fStride)];
229 GR_GL_CALL(gl, BufferData(GR_GL_ARRAY_BUFFER, fVertices.count(), fVertices.begin(),
  /external/skia/src/gpu/text/
GrAtlasTextBlob_regenInBatch.cpp 214 intptr_t vertex = reinterpret_cast<intptr_t>(fVertices);
320 *vertices = fVertices + info.vertexStartIndex();
GrAtlasTextBlob.cpp 38 cacheBlob->fVertices = sizeof(GrAtlasTextBlob) + reinterpret_cast<unsigned char*>(cacheBlob);
39 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount);
101 intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices + subRun->vertexEndIndex());
GrAtlasTextBlob.h 532 unsigned char* fVertices;
  /external/skia/tools/debugger/
SkDrawCommand.h 610 SkPoint* fVertices;
SkDrawCommand.cpp     [all...]

Completed in 953 milliseconds