Searched refs:stencils (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 158 pipe_surface_reference(&ppq->stencils, NULL); in pp_free_fbos() 318 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf); in pp_init_fbos() 319 if (!ppq->stencil || !ppq->stencils) in pp_init_fbos()
|
D | pp_private.h | 83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
|
D | pp_mlaa.c | 117 p->framebuffer.zsbuf = ppq->stencils; in pp_jimenezmlaa_run()
|
/third_party/flutter/skia/tools/fm/ |
D | fm.cpp | 51 static DEFINE_bool (stencils, true, "If false, avoid stencil buffers in GPU backends.");
|
/third_party/skia/tools/fm/ |
D | fm.cpp | 70 static DEFINE_bool (stencils , true, "If false, avoid stencil buffers in GPU backends.");
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 4593 stencils a sequence of filled paths. 4866 stencils a sequence of stroked paths and is equivalent to:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 4593 stencils a sequence of filled paths. 4866 stencils a sequence of stroked paths and is equivalent to:
|