Home
last modified time | relevance | path

Searched refs:clearStencilBuffer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h676 void clearStencilBuffer(const GLint value);
DlibGLESv3.cpp2290 context->clearStencilBuffer(value[0]); in ClearBufferiv()
2382 context->clearStencilBuffer(stencil); in ClearBufferfi()
DContext.cpp3533 void Context::clearStencilBuffer(const GLint value) in clearStencilBuffer() function in es2::Context