Home
last modified time | relevance | path

Searched refs:GL_GetVertexAttribPointerv (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h70 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index,
Dproc_table_wgl_autogen.cpp428 {"glGetVertexAttribPointerv", P(GL_GetVertexAttribPointerv)},
Dentry_points_gl_2_autogen.cpp676 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() function
DlibGL_autogen.cpp2619 return GL_GetVertexAttribPointerv(index, pname, pointer); in glGetVertexAttribPointerv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h186 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index,
Dproc_table_egl_autogen.cpp535 {"glGetVertexAttribPointerv", P(GL_GetVertexAttribPointerv)},
Dentry_points_gles_2_0_autogen.cpp2038 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() function
DlibGLESv2_autogen.cpp479 return GL_GetVertexAttribPointerv(index, pname, pointer); in glGetVertexAttribPointerv()