Home
last modified time | relevance | path

Searched refs:GrTextureProxyRef (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrFragmentProcessor.h451 const GrTextureProxyRef* proxyRef() const { return &fProxyRef; } in proxyRef()
454 GrTextureProxyRef fProxyRef;
/external/skqp/include/private/
DGrProxyRef.h149 using GrTextureProxyRef = GrProxyRef<GrTextureProxy>; variable