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

  /frameworks/native/opengl/libs/EGL/
egldefs.h 59 extern egl_connection_t gEGLImpl;
egl_display.cpp 121 egl_connection_t* const cnx = &gEGLImpl;
162 egl_connection_t* const cnx = &gEGLImpl;
276 egl_connection_t* const cnx = &gEGLImpl;
396 egl_connection_t* const cnx = &gEGLImpl;
421 egl_connection_t* const cnx = &gEGLImpl;
eglApi.cpp 180 egl_connection_t* const cnx = &gEGLImpl;
205 egl_connection_t* const cnx = &gEGLImpl;
608 egl_connection_t* const cnx = &gEGLImpl;
619 egl_connection_t* const cnx = &gEGLImpl;
629 egl_connection_t* const cnx = &gEGLImpl;
700 egl_connection_t* const cnx = &gEGLImpl;
942 egl_connection_t* const cnx = &gEGLImpl;
959 egl_connection_t* const cnx = &gEGLImpl;
982 egl_connection_t* const cnx = &gEGLImpl;
997 egl_connection_t* const cnx = &gEGLImpl;
    [all...]
egl_object.cpp 111 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
egl.cpp 51 egl_connection_t gEGLImpl;
222 cnx = &gEGLImpl;
265 egl_connection_t* cnx = &gEGLImpl;
egl_cache.cpp 87 egl_connection_t* const cnx = &gEGLImpl;

Completed in 394 milliseconds