Home
last modified time | relevance | path

Searched refs:ClearDepthf (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp171 void ClearDepthf(GLclampf depth);
633 return es1::ClearDepthf(depth); in glClearDepthf()
1438 this->glClearDepthf = es1::ClearDepthf; in LibGLES_CMexports()
DlibGLES_CM.cpp497 void ClearDepthf(GLclampf depth) in ClearDepthf() function
511 ClearDepthf((float)depth / 0x10000); in ClearDepthx()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h42 void ClearDepthf(GLclampf depth);
Dentry_points.cpp130 return gl::ClearDepthf(depth); in glClearDepthf()
1563 this->glClearDepthf = gl::ClearDepthf; in LibGLESv2exports()
DlibGLESv2.cpp627 void ClearDepthf(GLclampf depth) in ClearDepthf() function
6351 FUNCTION(ClearDepthf), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1222 { "glClearDepthf", _O(ClearDepthf) },
/external/mesa3d/include/GL/
Dgl_mangle.h192 #define glClearDepthf MANGLE(ClearDepthf)