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);
33 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index);
/frameworks/native/opengl/libs/EGL/
Degl.cpp113 const GLubyte * egl_get_string_for_current_context(GLenum name) { in egl_get_string_for_current_context() function
131 const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index) { in egl_get_string_for_current_context() function
Degl_platform_entries.cpp2567 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetStringImpl()
2576 const GLubyte * ret = egl_get_string_for_current_context(name, index); in glGetStringiImpl()
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp350 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString()