HomeSort by relevance Sort by last modified time
    Searched refs:egl_get_string_for_current_context (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libs/
egl_impl.h 32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 127 const GLubyte * ret = egl_get_string_for_current_context(name);
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 176 const GLubyte * ret = egl_get_string_for_current_context(name);
  /frameworks/native/opengl/libs/EGL/
egl.cpp 276 const GLubyte * egl_get_string_for_current_context(GLenum name) { function in namespace:android

Completed in 89 milliseconds