Home
last modified time | relevance | path

Searched defs:cnx (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/libs/EGL/
Degl_display.cpp87 egl_connection_t* const cnx = &gEGLImpl[i]; in getDisplay() local
128 egl_connection_t* const cnx = &gEGLImpl[i]; in initialize() local
175 egl_connection_t* const cnx = &gEGLImpl[i]; in initialize() local
194 egl_connection_t* const cnx = &gEGLImpl[i]; in initialize() local
237 egl_connection_t* const cnx = &gEGLImpl[i]; in terminate() local
DeglApi.cpp275 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(ourConfig)].impl]; in eglChooseConfig() local
307 egl_connection_t* const cnx = &gEGLImpl[i]; in eglChooseConfig() local
342 egl_connection_t* cnx = validate_display_config(dpy, config, dp); in eglGetConfigAttrib() local
365 egl_connection_t* cnx = validate_display_config(dpy, config, dp); in eglCreateWindowSurface() local
413 egl_connection_t* cnx = validate_display_config(dpy, config, dp); in eglCreatePixmapSurface() local
433 egl_connection_t* cnx = validate_display_config(dpy, config, dp); in eglCreatePbufferSurface() local
502 egl_connection_t* cnx = validate_display_config(dpy, config, dp); in eglCreateContext() local
777 egl_connection_t* const cnx = &gEGLImpl[c->impl]; in eglWaitGL() local
799 egl_connection_t* const cnx = &gEGLImpl[c->impl]; in eglWaitNative() local
813 egl_connection_t* const cnx = &gEGLImpl[i]; in eglGetError() local
[all …]
Degl_object.h141 EGLSurface surface, int impl, egl_connection_t const* cnx) : in egl_surface_t()
150 egl_connection_t const* cnx; variable
160 int impl, egl_connection_t const* cnx, int version) : in egl_context_t()
171 egl_connection_t const* cnx; variable
DLoader.cpp175 void* Loader::open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx) in open()
263 egl_connection_t* cnx, uint32_t mask) in load_driver()
Degl.cpp204 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(config)].impl]; in validate_display_config() local
251 egl_connection_t* cnx; in egl_init_drivers_locked() local