Searched refs:onPeekTexture (Results 1 – 1 of 1) sorted by relevance
24 virtual GrTexture* onPeekTexture() const { return nullptr; } in onPeekTexture() function in SkSpecialImage_Base49 return as_IB(this)->onPeekTexture(); in peekTexture()131 GrTexture* onPeekTexture() const override { return fImage->getTexture(); } in onPeekTexture() function in SkSpecialImage_Image273 GrTexture* onPeekTexture() const override { return fTexture; } in onPeekTexture() function in SkSpecialImage_Gpu