HomeSort by relevance Sort by last modified time
    Searched defs:addDrawOp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 156 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(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint))
    [all...]
DeferredDisplayList.cpp 491 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) {

Completed in 2212 milliseconds