Searched refs:refAsTexture (Results 1 – 4 of 4) sorted by relevance
37 GrTexture* refAsTexture(GrContext*, const GrSurfaceDesc&, bool useCache);
83 GrTexture* GrYUVProvider::refAsTexture(GrContext* ctx, const GrSurfaceDesc& desc, bool useCache) { in refAsTexture() function in GrYUVProvider
199 return provider.refAsTexture(ctx, desc, !bm.isVolatile()); in create_texture_from_yuv()
293 GrTexture* tex = provider.refAsTexture(ctx, desc, true); in lockTexture()