Home
last modified time | relevance | path

Searched refs:append_to_batch (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
DGrNonAAFillRectBatch.cpp216 inline static void append_to_batch(NonAAFillRectBatchSimple* batch, GrColor color, in append_to_batch() function
237 inline static void append_to_batch(NonAAFillRectBatchPerspective* batch, GrColor color, in append_to_batch() function
265 append_to_batch(batch, color, viewMatrix, rect, localRect, localMatrix); in Create()
276 append_to_batch(batch, color, viewMatrix, rect, localRect, localMatrix); in CreateWithPerspective()
296 append_to_batch(batch, color, viewMatrix, rect, localRect, localMatrix); in Append()
309 append_to_batch(batch, color, viewMatrix, rect, localRect, localMatrix); in Append()
DGrAAFillRectBatch.cpp309 inline static void append_to_batch(AAFillRectBatchNoLocalMatrix* batch, GrColor color, in append_to_batch() function
319 inline static void append_to_batch(AAFillRectBatchLocalMatrix* batch, GrColor color, in append_to_batch() function
337 append_to_batch(batch, color, viewMatrix, rect, devRect); in Create()
348 append_to_batch(batch, color, viewMatrix, localMatrix, rect, devRect); in Create()
381 append_to_batch(batch, color, viewMatrix, rect, devRect); in Append()
392 append_to_batch(batch, color, viewMatrix, localMatrix, rect, devRect); in Append()