HomeSort by relevance Sort by last modified time
    Searched refs:stencilSupport (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrPathRendererChain.cpp 40 StencilSupport* stencilSupport) {
51 GrPathRenderer::StencilSupport minStencilSupport;
65 GrPathRenderer::StencilSupport support =
69 } else if (stencilSupport) {
70 *stencilSupport = support;
GrClipMaskManager.cpp     [all...]
GrContext.cpp     [all...]
  /external/skia/include/gpu/
GrPathRendererChain.h 31 enum StencilSupport {
57 is drawing the path to the stencil buffer then stencilSupport can be used to determine
59 StencilSupport in GrPathRenderer.h. */
66 StencilSupport* stencilSupport);
GrContext.h 549 GrPathRendererChain::StencilSupport* stencilSupport = NULL);

Completed in 62 milliseconds