OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noStencil
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglSimpleConfigCase.cpp
139
static bool
noStencil
(const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
177
{ "no_stencil",
noStencil
},
teglCreateContextExtTests.cpp
1021
static bool
noStencil
(const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
1054
{ "rgb565_no_depth_no_stencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>, noDepth,
noStencil
},
1056
{ "rgb565_depth_no_stencil", "RGB565 configs with depth and no stencil", colorBits<5, 6, 5, 0>, hasDepth,
noStencil
},
1059
{ "rgb888_no_depth_no_stencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>, noDepth,
noStencil
},
1061
{ "rgb888_depth_no_stencil", "RGB888 configs with depth and no stencil", colorBits<8, 8, 8, 0>, hasDepth,
noStencil
},
1064
{ "rgba4444_no_depth_no_stencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, 4>, noDepth,
noStencil
},
1066
{ "rgba4444_depth_no_stencil", "RGBA4444 configs with depth and no stencil", colorBits<4, 4, 4, 4>, hasDepth,
noStencil
},
1069
{ "rgba5551_no_depth_no_stencil", "RGBA5551 configs without depth or stencil", colorBits<5, 5, 5, 1>, noDepth,
noStencil
},
1071
{ "rgba5551_depth_no_stencil", "RGBA5551 configs with depth and no stencil", colorBits<5, 5, 5, 1>, hasDepth,
noStencil
},
1074
{ "rgba8888_no_depth_no_stencil", "RGBA8888 configs without depth or stencil", colorBits<8, 8, 8, 8>, noDepth,
noStencil
},
[
all
...]
Completed in 2327 milliseconds