Searched defs:getProxies (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
H A DGrAtlasManager.h32 // if getProxies returns nullptr, the client must not try to use other functions on the
35 const sk_sp<GrTextureProxy>* getProxies(GrMaskFormat format, unsigned int* numProxies) { function in class:GrRestrictedAtlasManager
38 return this->getAtlas(format)->getProxies();
/external/skqp/src/gpu/text/
H A DGrAtlasGlyphCache.h130 // if getProxies returns nullptr, the client must not try to use other functions on the
133 const sk_sp<GrTextureProxy>* getProxies(GrMaskFormat format) { function in class:GrAtlasGlyphCache
135 return this->getAtlas(format)->getProxies();
/external/skia/src/gpu/
H A DGrDrawOpAtlas.h115 const sk_sp<GrTextureProxy>* getProxies() const { return fProxies; } function in class:GrDrawOpAtlas
/external/skqp/src/gpu/
H A DGrDrawOpAtlas.h114 const sk_sp<GrTextureProxy>* getProxies() const { return fProxies; } function in class:GrDrawOpAtlas

Completed in 98 milliseconds