Searched refs:append_to_batch (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrNonAAFillRectBatch.cpp | 216 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()
|
D | GrAAFillRectBatch.cpp | 309 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()
|