Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h680 void clearStencilBuffer(const GLint value);
DlibGLESv3.cpp2500 context->clearStencilBuffer(value[0]); in glClearBufferiv()
2592 context->clearStencilBuffer(stencil); in glClearBufferfi()
DContext.cpp3385 void Context::clearStencilBuffer(const GLint value) in clearStencilBuffer() function in es2::Context