Home
last modified time | relevance | path

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

/external/skqp/src/image/
DSkImage_GpuYUVA.h56 sk_sp<GrTextureProxy> asMippedTextureProxyRef() const;
DSkImage_GpuYUVA.cpp127 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asMippedTextureProxyRef() const { in asMippedTextureProxyRef() function in SkImage_GpuYUVA
/external/skqp/src/gpu/
DGrImageTextureMaker.cpp62 return fImage->asMippedTextureProxyRef(); in refOriginalTextureProxy()