Home
last modified time | relevance | path

Searched refs:noDepth (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp1033 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth() function
1068 …tencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>, noDepth, noStencil }, in init()
1069 …ncil", "RGB565 configs with stencil and no depth", colorBits<5, 6, 5, 0>, noDepth, hasStencil }, in init()
1073 …tencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>, noDepth, noStencil }, in init()
1074 …ncil", "RGB888 configs with stencil and no depth", colorBits<8, 8, 8, 0>, noDepth, hasStencil }, in init()
1078 …tencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, 4>, noDepth, noStencil }, in init()
1079 …cil", "RGBA4444 configs with stencil and no depth", colorBits<4, 4, 4, 4>, noDepth, hasStencil }, in init()
1083 …tencil", "RGBA5551 configs without depth or stencil", colorBits<5, 5, 5, 1>, noDepth, noStencil }, in init()
1084 …cil", "RGBA5551 configs with stencil and no depth", colorBits<5, 5, 5, 1>, noDepth, hasStencil }, in init()
1088 …tencil", "RGBA8888 configs without depth or stencil", colorBits<8, 8, 8, 8>, noDepth, noStencil }, in init()
[all …]
DteglSimpleConfigCase.cpp137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth() function
167 { "no_depth", noDepth }, in getDefaultFilterLists()