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

  /external/skia/src/gpu/
GrDrawTarget.cpp 628 int verticesPerInstance,
631 if (!verticesPerInstance || !indicesPerInstance) {
645 info.fVerticesPerInstance = verticesPerInstance;
654 info.fVertexCount = info.fInstanceCount * verticesPerInstance;
GrDrawTarget.h 459 * consists of verticesPerInstance vertices indexed by
462 * @param verticesPerInstance The number of vertices in each instance (V
471 int verticesPerInstance,
750 int verticesPerInstance() const { return fVerticesPerInstance; }
    [all...]
GrInOrderDrawBuffer.cpp 237 draw->verticesPerInstance() != info.verticesPerInstance() ||
259 size_t vertexBytes = instancesToConcat * info.verticesPerInstance() *

Completed in 1604 milliseconds