HomeSort by relevance Sort by last modified time
    Searched defs:hasStencil (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
178 { "stencil", hasStencil },
teglCreateContextExtTests.cpp 1020 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
1055 { "rgb565_no_depth_stencil", "RGB565 configs with stencil and no depth", colorBits<5, 6, 5, 0>, noDepth, hasStencil },
1057 { "rgb565_depth_stencil", "RGB565 configs with depth and stencil", colorBits<5, 6, 5, 0>, hasDepth, hasStencil },
1060 { "rgb888_no_depth_stencil", "RGB888 configs with stencil and no depth", colorBits<8, 8, 8, 0>, noDepth, hasStencil },
1062 { "rgb888_depth_stencil", "RGB888 configs with depth and stencil", colorBits<8, 8, 8, 0>, hasDepth, hasStencil },
1065 { "rgba4444_no_depth_stencil", "RGBA4444 configs with stencil and no depth", colorBits<4, 4, 4, 4>, noDepth, hasStencil },
1067 { "rgba4444_depth_stencil", "RGBA4444 configs with depth and stencil", colorBits<4, 4, 4, 4>, hasDepth, hasStencil },
1070 { "rgba5551_no_depth_stencil", "RGBA5551 configs with stencil and no depth", colorBits<5, 5, 5, 1>, noDepth, hasStencil },
1072 { "rgba5551_depth_stencil", "RGBA5551 configs with depth and stencil", colorBits<5, 5, 5, 1>, hasDepth, hasStencil },
1075 { "rgba8888_no_depth_stencil", "RGBA8888 configs with stencil and no depth", colorBits<8, 8, 8, 8>, noDepth, hasStencil },
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 98 bool hasStencil = renderTarget.getStencilBits() > 0;
102 dst.stencilTestEnabled = hasStencil && src.stencilTestEnabled;
es2fDepthStencilTests.cpp 384 bool hasStencil = renderTarget.stencilBits > 0;
396 dst.state.stencilTestEnabled = hasStencil && src.params.stencilTestEnabled;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 98 bool hasStencil = renderTarget.getStencilBits() > 0;
102 dst.stencilTestEnabled = hasStencil && src.stencilTestEnabled;
es3fFboInvalidateTests.cpp 122 const bool hasStencil = stencilBits > 0;
124 if (!hasDepth || !hasStencil || (stencilBits != 8))
    [all...]
es3fDepthStencilTests.cpp 384 bool hasStencil = renderTarget.stencilBits > 0;
396 dst.state.stencilTestEnabled = hasStencil && src.params.stencilTestEnabled;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 100 milliseconds