Searched refs:noStencil (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 1035 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil() function 1068 …tencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>, noDepth, noStencil }, in init() 1070 …encil", "RGB565 configs with depth and no stencil", colorBits<5, 6, 5, 0>, hasDepth, noStencil }, in init() 1073 …tencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>, noDepth, noStencil }, in init() 1075 …encil", "RGB888 configs with depth and no stencil", colorBits<8, 8, 8, 0>, hasDepth, noStencil }, in init() 1078 …tencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, 4>, noDepth, noStencil }, in init() 1080 …cil", "RGBA4444 configs with depth and no stencil", colorBits<4, 4, 4, 4>, hasDepth, noStencil }, in init() 1083 …tencil", "RGBA5551 configs without depth or stencil", colorBits<5, 5, 5, 1>, noDepth, noStencil }, in init() 1085 …ncil", "RGBA5551 configs with depth and no stencil", colorBits<5, 5, 5, 1>, hasDepth, noStencil }, in init() 1088 …tencil", "RGBA8888 configs without depth or stencil", colorBits<8, 8, 8, 8>, noDepth, noStencil }, in init() [all …]
|
D | teglSimpleConfigCase.cpp | 139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil() function 177 { "no_stencil", noStencil }, in getDefaultFilterLists()
|