Searched defs:GrScissorState (Results 1 - 1 of 1) sorted by last modified time

/external/skia/include/gpu/
H A DGrTypesPriv.h250 struct GrScissorState { struct
251 GrScissorState() : fEnabled(false) {} function in struct:GrScissorState
253 bool operator==(const GrScissorState& other) const {
257 bool operator!=(const GrScissorState& other) const { return !(*this == other); }

Completed in 102 milliseconds