OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newstencil
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
441
ubyte
newstencil
[TGSI_QUAD_SIZE];
local
445
newstencil
[j] = data->stencilVals[j];
459
newstencil
[j] = 0;
466
newstencil
[j] = refs[j];
474
newstencil
[j] = data->stencilVals[j] + 1;
483
newstencil
[j] = data->stencilVals[j] - 1;
491
newstencil
[j] = data->stencilVals[j] + 1;
498
newstencil
[j] = data->stencilVals[j] - 1;
505
newstencil
[j] = ~data->stencilVals[j];
519
data->stencilVals[j] = (wrtMask &
newstencil
[j]) | (~wrtMask & data->stencilVals[j])
[
all
...]
/external/skqp/src/gpu/
GrResourceProvider.cpp
441
SkDEBUGCODE(bool
newStencil
= false;)
450
SkDEBUGCODE(
newStencil
= true;)
457
if (
newStencil
) {
/external/skia/src/gpu/
GrResourceProvider.cpp
433
SkDEBUGCODE(bool
newStencil
= false;)
442
SkDEBUGCODE(
newStencil
= true;)
449
if (
newStencil
) {
Completed in 80 milliseconds