Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h648 void clearDepthBuffer(const GLfloat value);
DlibGLESv3.cpp2356 context->clearDepthBuffer(value[0]); in ClearBufferfv()
2383 context->clearDepthBuffer(depth); in ClearBufferfi()
DContext.cpp3517 void Context::clearDepthBuffer(const GLfloat value) in clearDepthBuffer() function in es2::Context