Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h310 void setClearDepth(float depth);
DContext.cpp355 void Context::setClearDepth(float depth) in setClearDepth() function in es1::Context
DlibGLES_CM.cpp540 context->setClearDepth(depth); in ClearDepthf()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h444 void setClearDepth(float depth);
DContext.cpp357 void Context::setClearDepth(float depth) in setClearDepth() function in es2::Context
DlibGLESv2.cpp728 context->setClearDepth(depth); in ClearDepthf()
/external/swiftshader/src/OpenGL/libGL/
DContext.h517 void setClearDepth(float depth);
DContext.cpp331 void Context::setClearDepth(float depth) in setClearDepth() function in gl::Context
DlibGL.cpp722 context->setClearDepth(depth); in glClearDepthf()