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

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 151 addDrawOp(new (alloc()) DrawFunctorOp(functor));
246 addDrawOp(new (alloc()) DrawDisplayListOp(displayList, flags));
252 addDrawOp(new (alloc()) DrawLayerOp(layer, x, y));
260 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, left, top, paint));
269 addDrawOp(new (alloc()) DrawBitmapMatrixOp(bitmap, matrix, paint));
284 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, dstLeft, dstTop, paint));
288 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap,
299 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, left, top, paint));
311 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight,
328 addDrawOp(new (alloc()) DrawPatchOp(bitmap, xDivs, yDivs, colors, width, height, numColors
    [all...]
DeferredDisplayList.h 80 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
DisplayListRenderer.h 197 void addDrawOp(DrawOp* op);
DeferredDisplayList.cpp 400 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) {
DisplayListOp.h 144 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this);
    [all...]

Completed in 145 milliseconds