Searched refs:egl_connection_t (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 42 egl_connection_t gEGLImpl; 100 egl_connection_t*& cnx) { in validate_display_connection() 186 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked() 188 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked() 189 &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked() 190 cnx->hooks[egl_connection_t::GLESv2_INDEX] = in egl_init_drivers_locked() 191 &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
|
D | egldefs.h | 34 struct egl_connection_t { struct 40 inline egl_connection_t() : dso(0) { } in egl_connection_t() function 63 extern egl_connection_t gEGLImpl; argument
|
D | Loader.h | 28 struct egl_connection_t; 52 void* open(egl_connection_t* cnx); 57 void *load_driver(const char* kind, egl_connection_t* cnx, uint32_t mask);
|
D | eglApi.cpp | 351 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs() 376 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig() 444 egl_connection_t* cnx = NULL; in eglGetConfigAttrib() 609 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat() 702 egl_connection_t* cnx = NULL; in eglCreateWindowSurface() 785 egl_connection_t* cnx = NULL; in eglCreatePixmapSurface() 819 egl_connection_t* cnx = NULL; in eglCreatePbufferSurface() 914 egl_connection_t* cnx = NULL; in eglCreateContext() 935 version = egl_connection_t::GLESv1_INDEX; in eglCreateContext() 937 version = egl_connection_t::GLESv2_INDEX; in eglCreateContext() [all …]
|
D | egl_object.h | 135 EGLint colorSpace, egl_connection_t const* cnx); 157 egl_connection_t const* cnx; 196 egl_connection_t const* cnx, int version); 206 egl_connection_t const* cnx;
|
D | Loader.cpp | 219 void* Loader::open(egl_connection_t* cnx) in open() 484 egl_connection_t* cnx, uint32_t mask) in load_driver() 530 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver() 537 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
|
D | egl_display.h | 43 struct egl_connection_t; 188 egl_connection_t*& cnx);
|
D | egl_display.cpp | 132 egl_connection_t* const cnx = &gEGLImpl; in getDisplay() 174 egl_connection_t* const cnx = &gEGLImpl; in initialize() 312 egl_connection_t* const cnx = &gEGLImpl; in terminate()
|
D | egl_object.cpp | 59 EGLSurface surface, EGLint colorSpace, egl_connection_t const* cnx) in egl_surface_t() 282 egl_connection_t const* cnx, int version) : in egl_context_t()
|
D | egl_cache.cpp | 82 egl_connection_t* const cnx = &gEGLImpl; in initialize()
|