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 180 const GLubyte * ret = egl_get_string_for_current_context(name);
  /frameworks/native/opengl/libs/EGL/
egl.cpp 277 const GLubyte * egl_get_string_for_current_context(GLenum name) { function in namespace:android
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 234 const GLubyte * ret = egl_get_string_for_current_context(name);

Completed in 318 milliseconds