Searched defs:peekProxy (Results 1 – 6 of 6) sorted by relevance
31 GrTextureProxy* peekProxy() const override { in peekProxy() function
34 GrTextureProxy* peekProxy() const override { return this->asTextureProxyRef().get(); } in peekProxy() function
56 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
59 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
107 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy() function in SkImage_GpuYUVA