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 63 extern egl_connection_t gEGLImpl;
eglApi.cpp 272 egl_connection_t* const cnx = &gEGLImpl;
297 egl_connection_t* const cnx = &gEGLImpl;
776 egl_connection_t* const cnx = &gEGLImpl;
851 egl_connection_t* const cnx = &gEGLImpl;
862 egl_connection_t* const cnx = &gEGLImpl;
872 egl_connection_t* const cnx = &gEGLImpl;
884 const egl_connection_t* cnx = &gEGLImpl;
958 egl_connection_t* const cnx = &gEGLImpl;
    [all...]
egl_display.cpp 108 egl_connection_t* const cnx = &gEGLImpl;
157 egl_connection_t* const cnx = &gEGLImpl;
268 egl_connection_t* const cnx = &gEGLImpl;
405 egl_connection_t* const cnx = &gEGLImpl;
430 egl_connection_t* const cnx = &gEGLImpl;
egl_object.cpp 109 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
egl.cpp 50 egl_connection_t gEGLImpl;
268 cnx = &gEGLImpl;
311 egl_connection_t* cnx = &gEGLImpl;
egl_cache.cpp 92 egl_connection_t* const cnx = &gEGLImpl;

Completed in 119 milliseconds