Home
last modified time | relevance | path

Searched refs:fOversizedStencilSupport (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrCaps.h145 bool oversizedStencilSupport() const { return fOversizedStencilSupport; } in oversizedStencilSupport()
277 bool fOversizedStencilSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp93 fOversizedStencilSupport = false; in GrCaps()
166 r.appendf("Oversized Stencil Support : %s\n", gNY[fOversizedStencilSupport]); in dump()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp27 fOversizedStencilSupport = false; //TODO: figure this out in GrVkCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp483 fOversizedStencilSupport = true; in init()
489 fOversizedStencilSupport = ctxInfo.version() >= GR_GL_VER(3, 0); in init()