Searched refs:GL_DepthRangef (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 103 ANGLE_EXPORT void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f);
|
D | proc_table_egl_autogen.cpp | 273 {"glDepthRangef", P(GL_DepthRangef)},
|
D | entry_points_gles_2_0_autogen.cpp | 959 void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f) in GL_DepthRangef() function
|
D | libGLESv2_autogen.cpp | 240 return GL_DepthRangef(n, f); in glDepthRangef()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 45 return GL_DepthRangef(n, f); in glDepthRangef()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 201 {"glDepthRangef", P(GL_DepthRangef)},
|
D | entry_points_gl_4_autogen.h | 138 ANGLE_EXPORT void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f);
|
D | libGL_autogen.cpp | 4345 return GL_DepthRangef(n, f); in glDepthRangef()
|
D | entry_points_gl_4_autogen.cpp | 1437 void GL_APIENTRY GL_DepthRangef(GLfloat n, GLfloat f) in GL_DepthRangef() function
|