Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
Degl_impl.h32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp180 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString()
/frameworks/native/opengl/libs/EGL/
Degl.cpp277 const GLubyte * egl_get_string_for_current_context(GLenum name) { in egl_get_string_for_current_context() function
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp234 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString()