Searched refs:makeIndexSpace (Results 1 - 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
H A D | GrBatchFlushState.cpp | 27 uint16_t* GrBatchFlushState::makeIndexSpace(int indexCount, function in class:GrBatchFlushState
|
H A D | GrBatchFlushState.h | 80 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 D | GrDrawVerticesBatch.cpp | 124 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
|
H A D | GrAALinearizingConvexPathRenderer.cpp | 180 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
|
H A D | GrAAConvexPathRenderer.cpp | 830 uint16_t* idxs = target->makeIndexSpace(tess.numIndices(), &indexBuffer, &firstIndex); 918 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
|
H A D | GrDefaultPathRenderer.cpp | 332 indices = target->makeIndexSpace(maxIndices, &indexBuffer, &firstIndex);
|
Completed in 74 milliseconds