Searched refs:GL_Map1f (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gl_1_autogen.h | 150 GL_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);
|
D | proc_table_wgl_autogen.cpp | 790 {"glMap1f", P(GL_Map1f)},
|
D | proc_table_glx_autogen.cpp | 790 {"glMap1f", P(GL_Map1f)},
|
D | proc_table_egl_autogen.cpp | 912 DESKTOP_ONLY("glMap1f", GL_Map1f)
|
D | libGLESv2_autogen.cpp | 6452 return GL_Map1f(target, u1, u2, stride, order, points); in glMap1f()
|
D | entry_points_gl_1_autogen.cpp | 2832 GL_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) in GL_Map1f() function
|