OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StencilSupport
(Results
1 - 4
of
4
) sorted by null
/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,
159
virtual
StencilSupport
onGetStencilSupport(const SkPath&,
/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,
159
virtual
StencilSupport
onGetStencilSupport(const SkPath&,
/external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h
29
enum
StencilSupport
{
55
is drawing the path to the stencil buffer then
stencilSupport
can be used to determine
57
StencilSupport
in GrPathRenderer.h. */
62
StencilSupport
*
stencilSupport
);
/external/skia/include/gpu/
GrPathRendererChain.h
29
enum
StencilSupport
{
55
is drawing the path to the stencil buffer then
stencilSupport
can be used to determine
57
StencilSupport
in GrPathRenderer.h. */
62
StencilSupport
*
stencilSupport
);
Completed in 1031 milliseconds