Lines Matching refs:proxy
25 // GrDrawingManager's DAG, and implements the onExecute method to modify its target proxy's
49 // mappings from surface proxy to last modifying rendertask.
60 * Finally, we'd probably have to track whether a proxy's backing store was imported or ever
62 * may require tasks targeting the proxy to execute even if our DAG contains no reads.
128 bool isUsed(GrSurfaceProxy* proxy) const {
130 if (target.get() == proxy) {
135 return this->onIsUsed(proxy);
138 // Feed proxy usage intervals to the GrResourceAllocator class
151 // Add a target surface proxy to the list of targets for this task.
155 // Helper that adds the proxy owned by a view.
169 // targetUpdateBounds must not extend beyond the proxy bounds.