Searched refs:egl_connection_t (Results 1 – 11 of 11) sorted by relevance
34 struct egl_connection_t { struct40 inline egl_connection_t() : dso(0) { } in egl_connection_t() argument62 extern egl_connection_t gEGLImpl; argument
49 egl_connection_t gEGLImpl;262 egl_connection_t*& cnx) { in validate_display_connection()310 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()312 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked()313 &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()314 cnx->hooks[egl_connection_t::GLESv2_INDEX] = in egl_init_drivers_locked()315 &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
272 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()297 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()363 egl_connection_t* cnx = NULL; in eglGetConfigAttrib()406 egl_connection_t* cnx = NULL; in eglCreateWindowSurface()528 egl_connection_t* cnx = NULL; in eglCreatePixmapSurface()547 egl_connection_t* cnx = NULL; in eglCreatePbufferSurface()622 egl_connection_t* cnx = NULL; in eglCreateContext()643 version = egl_connection_t::GLESv1_INDEX; in eglCreateContext()645 version = egl_connection_t::GLESv2_INDEX; in eglCreateContext()774 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrent()[all …]
34 struct egl_connection_t;60 void* open(egl_connection_t* cnx);65 void *load_driver(const char* kind, egl_connection_t* cnx, uint32_t mask);
134 egl_connection_t const* cnx);139 egl_connection_t const* cnx;149 egl_connection_t const* cnx, int version);159 egl_connection_t const* cnx;
66 egl_connection_t const* cnx) : in egl_surface_t()88 egl_connection_t const* cnx, int version) : in egl_context_t()
170 void* Loader::open(egl_connection_t* cnx) in open()262 egl_connection_t* cnx, uint32_t mask) in load_driver()400 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver()407 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
108 egl_connection_t* const cnx = &gEGLImpl; in getDisplay()149 egl_connection_t* const cnx = &gEGLImpl; in initialize()249 egl_connection_t* const cnx = &gEGLImpl; in terminate()380 egl_connection_t* const cnx = &gEGLImpl; in incWakeCount()405 egl_connection_t* const cnx = &gEGLImpl; in decWakeCount()
42 class egl_connection_t; variable252 egl_connection_t*& cnx);
92 egl_connection_t* const cnx = &gEGLImpl; in initialize()
594 if (context->getVersion() == egl_connection_t::GLESv1_INDEX) { in trace_VertexAttribPointerDataForGlDrawArrays()611 if (context->getVersion() == egl_connection_t::GLESv1_INDEX) { in trace_VertexAttribPointerDataForGlDrawElements()