Searched defs:cnx (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/opengl/libs/EGL/ |
D | egl_display.cpp | 87 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
|
D | eglApi.cpp | 275 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 …]
|
D | egl_object.h | 141 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
|
D | Loader.cpp | 175 void* Loader::open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx) in open() 263 egl_connection_t* cnx, uint32_t mask) in load_driver()
|
D | egl.cpp | 204 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
|