Searched refs:onGetContext (Results 1 – 1 of 1) sorted by relevance
49 virtual GrContext* onGetContext() const { return nullptr; } in onGetContext() function in SkSpecialImage_Base89 if (GrContext* curContext = as_SIB(this)->onGetContext()) { in makeTextureImage()138 return SkToBool(as_SIB(this)->onGetContext()); in isTextureBacked()142 return as_SIB(this)->onGetContext(); in getContext()397 GrContext* onGetContext() const override { return fContext; } in onGetContext() function in SkSpecialImage_Gpu