Home
last modified time | relevance | path

Searched refs:callLists (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h19 void callLists(GLsizei n, GLenum type, const void *lists); \
DContext_gl.cpp487 void Context::callLists(GLsizei n, GLenum type, const void *lists) in callLists() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp174 context->callLists(n, type, lists); in GL_CallLists()