Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h103 ANGLE_EXPORT void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f);
Dproc_table_egl_autogen.cpp273 {"glDepthRangef", P(GL_DepthRangef)},
Dentry_points_gles_2_0_autogen.cpp959 void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f) in GL_DepthRangef() function
DlibGLESv2_autogen.cpp240 return GL_DepthRangef(n, f); in glDepthRangef()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp45 return GL_DepthRangef(n, f); in glDepthRangef()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp201 {"glDepthRangef", P(GL_DepthRangef)},
Dentry_points_gl_4_autogen.h138 ANGLE_EXPORT void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f);
DlibGL_autogen.cpp4345 return GL_DepthRangef(n, f); in glDepthRangef()
Dentry_points_gl_4_autogen.cpp1437 void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f) in GL_DepthRangef() function