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

  /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/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 367 bool Framebuffer::hasStencil() const
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 1138 bool hasStencil;
    [all...]

Completed in 1442 milliseconds