Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureProducer.h103 sk_sp<GrTextureProxy> refTextureProxy(GrMipMapped willNeedMips);
DGrTextureProducer.cpp254 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxy(GrMipMapped willNeedMips) { in refTextureProxy() function in GrTextureProducer
/external/skqp/src/image/
DSkImage_Gpu.cpp340 sk_sp<GrTextureProxy> proxy(producer->refTextureProxy(mipMapped)); in create_image_from_producer()