Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawingManager.h47 sk_sp<GrTextureContext> makeTextureContext(sk_sp<GrSurfaceProxy>, sk_sp<SkColorSpace>);
DGrDrawingManager.cpp361 sk_sp<GrTextureContext> GrDrawingManager::makeTextureContext(sk_sp<GrSurfaceProxy> sProxy, in makeTextureContext() function in GrDrawingManager
DGrContext.cpp652 return this->drawingManager()->makeTextureContext(std::move(proxy), std::move(colorSpace)); in makeWrappedSurfaceContext()