Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSpecialImage.cpp49 virtual GrContext* onGetContext() const { return nullptr; } in onGetContext() function in SkSpecialImage_Base
89 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