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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 395 * consists of verticesPerInstance vertices indexed by
398 * @param verticesPerInstance The number of vertices in each instance (V
407 int verticesPerInstance,
    [all...]
GrDrawTarget.cpp 628 int verticesPerInstance,
631 if (!verticesPerInstance || !indicesPerInstance) {
645 info.fVerticesPerInstance = verticesPerInstance;
658 info.fVertexCount = info.fInstanceCount * verticesPerInstance;
    [all...]
GrInOrderDrawBuffer.cpp 242 draw->verticesPerInstance() != info.verticesPerInstance() ||
263 size_t vertexBytes = instancesToConcat * info.verticesPerInstance() *
    [all...]

Completed in 407 milliseconds