Home
last modified time | relevance | path

Searched refs:GL_MatrixIndexPointerOES (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp849 return GL_MatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOES()
/external/angle/src/libGLESv2/
Dproc_table_wgl_autogen.cpp809 {"glMatrixIndexPointerOES", P(GL_MatrixIndexPointerOES)},
Dproc_table_glx_autogen.cpp809 {"glMatrixIndexPointerOES", P(GL_MatrixIndexPointerOES)},
Dproc_table_egl_autogen.cpp931 {"glMatrixIndexPointerOES", P(GL_MatrixIndexPointerOES)},
Dentry_points_gles_ext_autogen.h1645 ANGLE_EXPORT void GL_APIENTRY GL_MatrixIndexPointerOES(GLint size,
DlibGLESv2_autogen.cpp5608 return GL_MatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOES()
Dentry_points_gles_ext_autogen.cpp12142 void GL_APIENTRY GL_MatrixIndexPointerOES(GLint size, in GL_MatrixIndexPointerOES() function