Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp599 {"glLoseContextCHROMIUM", P(GL_LoseContextCHROMIUM)},
Dentry_points_gles_ext_autogen.h654 ANGLE_EXPORT void GL_APIENTRY GL_LoseContextCHROMIUM(GLenum current, GLenum other);
DlibGLESv2_autogen.cpp3769 return GL_LoseContextCHROMIUM(current, other); in glLoseContextCHROMIUM()
Dentry_points_gles_ext_autogen.cpp3602 void GL_APIENTRY GL_LoseContextCHROMIUM(GLenum current, GLenum other) in GL_LoseContextCHROMIUM() function