Searched refs:makeIndexSpace (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrBatchFlushState.cpp27 uint16_t* GrBatchFlushState::makeIndexSpace(int indexCount, function in class:GrBatchFlushState
H A DGrBatchFlushState.h80 uint16_t* makeIndexSpace(int indexCount, const GrIndexBuffer** buffer, int* startIndex);
179 uint16_t* makeIndexSpace(int indexCount, const GrIndexBuffer** buffer, int* startIndex) { function in class:GrVertexBatch::Target
180 return this->state()->makeIndexSpace(indexCount, buffer, startIndex);
/external/skia/src/gpu/batches/
H A DGrDrawVerticesBatch.cpp124 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
H A DGrAALinearizingConvexPathRenderer.cpp180 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
H A DGrAAConvexPathRenderer.cpp830 uint16_t* idxs = target->makeIndexSpace(tess.numIndices(), &indexBuffer, &firstIndex);
918 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
H A DGrDefaultPathRenderer.cpp332 indices = target->makeIndexSpace(maxIndices, &indexBuffer, &firstIndex);

Completed in 74 milliseconds