Searched defs:addDrawOp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp491 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { function in class:android::uirenderer::DeferredDisplayList
H A DDisplayListRenderer.cpp156 addDrawOp(new (alloc()) DrawFunctorOp(functor));
251 addDrawOp(new (alloc()) DrawDisplayListOp(displayList, flags));
257 addDrawOp(new (alloc()) DrawLayerOp(layer, x, y));
265 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, left, top, paint));
274 addDrawOp(new (alloc()) DrawBitmapMatrixOp(bitmap, matrix, paint));
289 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, dstLeft, dstTop, paint));
293 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap,
304 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, left, top, paint));
316 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight,
327 addDrawOp(ne
506 void DisplayListRenderer::addDrawOp(DrawOp* op) { function in class:android::uirenderer::DisplayListRenderer
[all...]

Completed in 108 milliseconds