HomeSort by relevance Sort by last modified time
    Searched refs:fWindowRectsState (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrAppliedClip.h 28 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; }
42 SkASSERT(!fWindowRectsState.enabled());
43 fWindowRectsState = windowState;
47 SkASSERT(!fWindowRectsState.enabled());
48 fWindowRectsState.set(windows, mode);
63 fWindowRectsState.enabled();
78 return fWindowRectsState == that.fWindowRectsState;
84 GrWindowRectsState fWindowRectsState;
GrFixedClip.h 33 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; }
34 bool hasWindowRectangles() const { return fWindowRectsState.enabled(); }
36 void disableWindowRectangles() { fWindowRectsState.setDisabled(); }
39 fWindowRectsState.set(windows, mode);
52 GrWindowRectsState fWindowRectsState;
GrFixedClip.cpp 14 if (fWindowRectsState.enabled()) {
33 if (fWindowRectsState.enabled()) {
63 if (fWindowRectsState.enabled()) {
64 out->addWindowRectangles(fWindowRectsState);
GrPipeline.cpp 33 fWindowRectsState = args.fAppliedClip->windowRectsState();
111 , fWindowRectsState()
131 a.fWindowRectsState != b.fWindowRectsState ||
GrPipeline.h 218 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; }
279 GrWindowRectsState fWindowRectsState;

Completed in 98 milliseconds