Home
last modified time | relevance | path

Searched refs:fTwoSidedStencilSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/gpu/include/
DGrGpu.h178 { return fTwoSidedStencilSupport; } in supportsTwoSidedStencil()
393 bool fTwoSidedStencilSupport; variable
/external/skia/gpu/src/
DGrGpuGL.cpp329 fTwoSidedStencilSupport = (major >= 2); in GrGpuGL()
337 fTwoSidedStencilSupport = (major >= 2); in GrGpuGL()
344 (fTwoSidedStencilSupport ? "YES" : "NO"), in GrGpuGL()
1580 if (fTwoSidedStencilSupport) { in flushStencil()