OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilWrapOpsSupport
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/batches/
GrDefaultPathRenderer.h
20
GrDefaultPathRenderer(bool separateStencilSupport, bool
stencilWrapOpsSupport
);
GrDefaultPathRenderer.cpp
27
bool
stencilWrapOpsSupport
)
29
, fStencilWrapOps(
stencilWrapOpsSupport
) {
/external/skia/src/gpu/
GrPathRendererChain.cpp
45
caps.
stencilWrapOpsSupport
()))->unref();
GrClipMaskManager.cpp
[
all
...]
/external/skia/include/gpu/
GrCaps.h
141
bool
stencilWrapOpsSupport
() const { return fStencilWrapOpsSupport; }
Completed in 189 milliseconds