Searched refs:fTwoSidedStencilSupport (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendererChain.cpp52 bool twoSided = gpu->getCaps().fTwoSidedStencilSupport;
H A DGrDrawTarget.h46 bool fTwoSidedStencilSupport : 1; member in struct:GrDrawTarget::Caps
H A DGrDrawTarget.cpp1208 GrPrintf("Two Sided Stencil Support : %s\n", gNY[fTwoSidedStencilSupport]);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp251 fCaps.fTwoSidedStencilSupport = (this->glVersion() >= GR_GL_VER(2,0));
257 fCaps.fTwoSidedStencilSupport = true;
1789 if (this->getCaps().fTwoSidedStencilSupport) {

Completed in 850 milliseconds