Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrProcessor.cpp143 sampler->programProxy()->markPendingIO(); in addPendingIOs()
152 sampler->programProxy()->removeRef(); in removeRefs()
161 sampler->programProxy()->pendingIOComplete(); in pendingIOComplete()
H A DGrProcessor.h305 const GrSurfaceProxyRef* programProxy() const { return &fProxyRef; } in programProxy() function