Home
last modified time | relevance | path

Searched defs:GrScissorState (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h250 struct GrScissorState { struct
251 GrScissorState() : fEnabled(false) {} in GrScissorState() argument
253 bool operator==(const GrScissorState& other) const { argument
259 bool enabled() const { return fEnabled; } in enabled()
260 const SkIRect& rect() const { return fRect; } in rect()
264 SkIRect fRect;
/external/skia/src/gpu/
DGrReorderCommandBuilder.h24 const GrScissorState&, in recordStencilPath()