HomeSort by relevance Sort by last modified time
    Searched full:egl_connection_t (Results 1 - 9 of 9) sorted by null

  /frameworks/base/opengl/libs/EGL/
Loader.h 35 struct egl_connection_t;
72 void* open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx);
77 void *load_driver(const char* kind, const char *tag, egl_connection_t* cnx, uint32_t mask);
egldefs.h 45 struct egl_connection_t struct in namespace:android
47 inline egl_connection_t() : dso(0) { } function in struct:android::egl_connection_t
65 extern egl_connection_t gEGLImpl[IMPL_NUM_IMPLEMENTATIONS];
egl_object.h 142 EGLSurface surface, int impl, egl_connection_t const* cnx) :
151 egl_connection_t const* cnx;
161 int impl, egl_connection_t const* cnx, int version) :
172 egl_connection_t const* cnx;
eglApi.cpp 259 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(ourConfig)].impl];
291 egl_connection_t* const cnx = &gEGLImpl[i];
326 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
349 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
402 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
422 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
491 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
766 egl_connection_t* const cnx = &gEGLImpl[c->impl];
788 egl_connection_t* const cnx = &gEGLImpl[c->impl];
802 egl_connection_t* const cnx = &gEGLImpl[i]
    [all...]
egl.cpp 51 egl_connection_t gEGLImpl[IMPL_NUM_IMPLEMENTATIONS];
195 egl_connection_t* validate_display_config(EGLDisplay dpy, EGLConfig config,
199 return (egl_connection_t*) NULL;
202 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
204 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(config)].impl];
206 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
255 egl_connection_t* cnx;
egl_display.cpp 123 egl_connection_t* const cnx = &gEGLImpl[i];
164 egl_connection_t* const cnx = &gEGLImpl[i];
247 egl_connection_t* const cnx = &gEGLImpl[i];
266 egl_connection_t* const cnx = &gEGLImpl[i];
309 egl_connection_t* const cnx = &gEGLImpl[i];
egl_display.h 42 class egl_connection_t;
146 egl_connection_t* validate_display_config(EGLDisplay dpy,
Loader.cpp 175 void* Loader::open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx)
263 egl_connection_t* cnx, uint32_t mask)
egl_cache.cpp 87 egl_connection_t* const cnx = &gEGLImpl[i];

Completed in 944 milliseconds