Home
last modified time | relevance | path

Searched refs:setClearDepth (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h308 void setClearDepth(float depth);
DContext.cpp360 void Context::setClearDepth(float depth) in setClearDepth() function in es1::Context
DlibGLES_CM.cpp505 context->setClearDepth(depth); in ClearDepthf()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h443 void setClearDepth(float depth);
DContext.cpp350 void Context::setClearDepth(float depth) in setClearDepth() function in es2::Context
DlibGLESv2.cpp635 context->setClearDepth(depth); in ClearDepthf()