Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/image/
DSkImage_Gpu.h31 GrTextureProxy* peekProxy() const override { in peekProxy() function
DSkImage_Base.h58 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
DSkImage_GpuYUVA.cpp130 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy() function in SkImage_GpuYUVA