Home
last modified time | relevance | path

Searched refs:newTextureOpList (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrTextureContext.cpp65 fOpList = this->drawingManager()->newTextureOpList(fTextureProxy.get()); in getOpList()
DGrDrawingManager.h54 sk_sp<GrTextureOpList> newTextureOpList(GrTextureProxy* textureProxy);
DGrDrawingManager.cpp605 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList() function in GrDrawingManager