Searched refs:addDrawOp (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp475 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { function in class:android::uirenderer::DeferredDisplayList
H A DDeferredDisplayList.h116 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
H A DDisplayListCanvas.cpp86 addDrawOp(new (alloc()) DrawFunctorOp(functor));
226 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer()));
233 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));
298 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
306 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
319 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight,
329 addDrawOp(new (alloc()) DrawPatchOp(bitmapPtr, patchPtr,
334 addDrawOp(new (alloc()) DrawColorOp(color, mode));
347 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, refPaint(&paint)));
352 addDrawOp(ne
548 size_t DisplayListCanvas::addDrawOp(DrawOp* op) { function in class:android::uirenderer::DisplayListCanvas
[all...]
H A DDisplayListCanvas.h246 size_t addDrawOp(DrawOp* op);
H A DDisplayListOp.h123 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this);

Completed in 51 milliseconds