Home
last modified time | relevance | path

Searched refs:GL_BeginConditionalRender (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_3_autogen.h20 ANGLE_EXPORT void GL_APIENTRY GL_BeginConditionalRender(GLuint id, GLenum mode);
Dproc_table_wgl_autogen.cpp34 {"glBeginConditionalRender", P(GL_BeginConditionalRender)},
Dentry_points_gl_3_autogen.cpp33 void GL_APIENTRY GL_BeginConditionalRender(GLuint id, GLenum mode) in GL_BeginConditionalRender() function
DlibGL_autogen.cpp3031 return GL_BeginConditionalRender(id, mode); in glBeginConditionalRender()