HomeSort by relevance Sort by last modified time
    Searched defs:visitProxies (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/
GrRenderTargetOpList.h 68 op->visitProxies(addDependency);
81 op->visitProxies(addDependency);
82 clip.visitProxies(addDependency);
129 void visitProxies(const GrOp::VisitProxyFunc& func) const {
131 fOp->visitProxies(func);
137 fAppliedClip->visitProxies(func);
GrAppliedClip.h 128 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) const {
131 fp->visitProxies(func);
GrFragmentProcessor.h 253 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) {
  /external/skqp/src/gpu/
GrRenderTargetOpList.h 68 op->visitProxies(addDependency);
81 op->visitProxies(addDependency);
82 clip.visitProxies(addDependency);
129 void visitProxies(const GrOp::VisitProxyFunc& func) const {
131 fOp->visitProxies(func);
137 fAppliedClip->visitProxies(func);
GrAppliedClip.h 128 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) const {
131 fp->visitProxies(func);
GrFragmentProcessor.h 253 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) {
  /external/skia/src/gpu/ops/
GrSimpleMeshDrawOpHelper.h 102 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) const {
104 fProcessors->visitProxies(func);
138 using GrSimpleMeshDrawOpHelper::visitProxies;
GrOp.h 70 virtual void visitProxies(const VisitProxyFunc&) const {
GrAtlasTextOp.cpp 54 void GrAtlasTextOp::visitProxies(const VisitProxyFunc& func) const {
55 fProcessors.visitProxies(func);
  /external/skqp/src/gpu/ops/
GrSimpleMeshDrawOpHelper.h 102 void visitProxies(const std::function<void(GrSurfaceProxy*)>& func) const {
104 fProcessors->visitProxies(func);
138 using GrSimpleMeshDrawOpHelper::visitProxies;
GrOp.h 70 virtual void visitProxies(const VisitProxyFunc&) const {

Completed in 844 milliseconds