Searched refs:GL_GetVertexAttribPointerv (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 70 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index,
|
D | proc_table_wgl_autogen.cpp | 428 {"glGetVertexAttribPointerv", P(GL_GetVertexAttribPointerv)},
|
D | entry_points_gl_2_autogen.cpp | 676 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() function
|
D | libGL_autogen.cpp | 2619 return GL_GetVertexAttribPointerv(index, pname, pointer); in glGetVertexAttribPointerv()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 186 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index,
|
D | proc_table_egl_autogen.cpp | 535 {"glGetVertexAttribPointerv", P(GL_GetVertexAttribPointerv)},
|
D | entry_points_gles_2_0_autogen.cpp | 2038 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() function
|
D | libGLESv2_autogen.cpp | 479 return GL_GetVertexAttribPointerv(index, pname, pointer); in glGetVertexAttribPointerv()
|