Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCoordTransform.h101 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture() function
DGrSurfaceProxy.h254 GrTexture* peekTexture() const { return fTarget ? fTarget->asTexture() : nullptr; } in peekTexture() function
/third_party/skia/src/gpu/
DGrSurfaceProxy.h253 GrTexture* peekTexture() const { return fTarget ? fTarget->asTexture() : nullptr; } in peekTexture() function