Home
last modified time | relevance | path

Searched defs:peekProxy (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/image/
DSkImage_Gpu.h31 GrTextureProxy* peekProxy() const override { in peekProxy() function
DSkImage_GpuYUVA.h34 GrTextureProxy* peekProxy() const override { return this->asTextureProxyRef().get(); } in peekProxy() function
DSkImage_Base.h56 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
/external/skia/src/image/
DSkImage_Gpu.h31 GrTextureProxy* peekProxy() const override { in peekProxy() function
DSkImage_Base.h59 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
DSkImage_GpuYUVA.cpp107 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy() function in SkImage_GpuYUVA