/external/chromium_org/third_party/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. */ 64 StencilSupport* stencilSupport);
|
GrContext.h | [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. */ 64 StencilSupport* stencilSupport);
|
GrContext.h | [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrPathRenderer.h | 68 typedef GrPathRendererChain::StencilSupport StencilSupport; 69 static const StencilSupport kNoSupport_StencilSupport = 71 static const StencilSupport kStencilOnly_StencilSupport = 73 static const StencilSupport kNoRestriction_StencilSupport = 84 StencilSupport getStencilSupport(const SkPath& path, 145 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrSoftwarePathRenderer.h | 32 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrStencilAndCoverPathRenderer.h | 34 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrPathRendererChain.cpp | 40 StencilSupport* stencilSupport) { 51 GrPathRenderer::StencilSupport minStencilSupport; 65 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(path, 70 } else if (NULL != stencilSupport) { 71 *stencilSupport = support;
|
GrDefaultPathRenderer.h | 29 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrSoftwarePathRenderer.cpp | 31 GrPathRenderer::StencilSupport GrSoftwarePathRenderer::onGetStencilSupport(
|
GrStencilAndCoverPathRenderer.cpp | 46 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
|
GrDefaultPathRenderer.cpp | 164 GrPathRenderer::StencilSupport GrDefaultPathRenderer::onGetStencilSupport(
|
GrClipMaskManager.cpp | 634 GrPathRenderer::StencilSupport stencilSupport; 643 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; 657 &stencilSupport); 667 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; [all...] |
GrContext.cpp | [all...] |
/external/skia/src/gpu/ |
GrPathRenderer.h | 68 typedef GrPathRendererChain::StencilSupport StencilSupport; 69 static const StencilSupport kNoSupport_StencilSupport = 71 static const StencilSupport kStencilOnly_StencilSupport = 73 static const StencilSupport kNoRestriction_StencilSupport = 84 StencilSupport getStencilSupport(const SkPath& path, 145 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrSoftwarePathRenderer.h | 32 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrStencilAndCoverPathRenderer.h | 34 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrPathRendererChain.cpp | 40 StencilSupport* stencilSupport) { 51 GrPathRenderer::StencilSupport minStencilSupport; 65 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(path, 70 } else if (NULL != stencilSupport) { 71 *stencilSupport = support;
|
GrDefaultPathRenderer.h | 29 virtual StencilSupport onGetStencilSupport(const SkPath&,
|
GrSoftwarePathRenderer.cpp | 31 GrPathRenderer::StencilSupport GrSoftwarePathRenderer::onGetStencilSupport(
|
GrStencilAndCoverPathRenderer.cpp | 46 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
|
GrDefaultPathRenderer.cpp | 164 GrPathRenderer::StencilSupport GrDefaultPathRenderer::onGetStencilSupport(
|
GrClipMaskManager.cpp | 634 GrPathRenderer::StencilSupport stencilSupport; 643 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; 657 &stencilSupport); 667 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; [all...] |
GrContext.cpp | [all...] |