Searched refs:geometrySourceWillPop (Results 1 – 6 of 6) sorted by relevance
150 virtual void geometrySourceWillPop(const GeometrySrcState& restoredState) SK_OVERRIDE;
435 virtual void geometrySourceWillPop(const GeometrySrcState& restoredState) SK_OVERRIDE;
813 virtual void geometrySourceWillPop(const GeometrySrcState& restoredState) = 0;
368 void GrGpu::geometrySourceWillPop(const GeometrySrcState& restoredState) { in geometrySourceWillPop() function in GrGpu
695 void GrInOrderDrawBuffer::geometrySourceWillPop( in geometrySourceWillPop() function in GrInOrderDrawBuffer
334 this->geometrySourceWillPop(fGeoSrcStateStack.fromBack(1)); in popGeometrySource()