OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noDepth
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglSimpleConfigCase.cpp
137
static bool
noDepth
(const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
172
{ "no_depth",
noDepth
},
teglCreateContextExtTests.cpp
1019
static bool
noDepth
(const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
1054
{ "rgb565_no_depth_no_stencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>,
noDepth
, noStencil },
1055
{ "rgb565_no_depth_stencil", "RGB565 configs with stencil and no depth", colorBits<5, 6, 5, 0>,
noDepth
, hasStencil },
1059
{ "rgb888_no_depth_no_stencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>,
noDepth
, noStencil },
1060
{ "rgb888_no_depth_stencil", "RGB888 configs with stencil and no depth", colorBits<8, 8, 8, 0>,
noDepth
, hasStencil },
1064
{ "rgba4444_no_depth_no_stencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, 4>,
noDepth
, noStencil },
1065
{ "rgba4444_no_depth_stencil", "RGBA4444 configs with stencil and no depth", colorBits<4, 4, 4, 4>,
noDepth
, hasStencil },
1069
{ "rgba5551_no_depth_no_stencil", "RGBA5551 configs without depth or stencil", colorBits<5, 5, 5, 1>,
noDepth
, noStencil },
1070
{ "rgba5551_no_depth_stencil", "RGBA5551 configs with stencil and no depth", colorBits<5, 5, 5, 1>,
noDepth
, hasStencil },
1074
{ "rgba8888_no_depth_no_stencil", "RGBA8888 configs without depth or stencil", colorBits<8, 8, 8, 8>,
noDepth
, noStencil }
[
all
...]
Completed in 1192 milliseconds