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

  /frameworks/base/opengl/libs/EGL/
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];
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);
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);
251 egl_connection_t* cnx;
egl_display.cpp 87 egl_connection_t* const cnx = &gEGLImpl[i];
128 egl_connection_t* const cnx = &gEGLImpl[i];
175 egl_connection_t* const cnx = &gEGLImpl[i];
194 egl_connection_t* const cnx = &gEGLImpl[i];
237 egl_connection_t* const cnx = &gEGLImpl[i];
egl_display.h 41 class egl_connection_t;
134 egl_connection_t* validate_display_config(EGLDisplay dpy,
eglApi.cpp 275 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(ourConfig)].impl];
307 egl_connection_t* const cnx = &gEGLImpl[i];
342 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
365 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
413 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
433 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
502 egl_connection_t* cnx = validate_display_config(dpy, config, dp);
777 egl_connection_t* const cnx = &gEGLImpl[c->impl];
799 egl_connection_t* const cnx = &gEGLImpl[c->impl];
813 egl_connection_t* const cnx = &gEGLImpl[i]
    [all...]
egl_object.h 141 EGLSurface surface, int impl, egl_connection_t const* cnx) :
150 egl_connection_t const* cnx;
160 int impl, egl_connection_t const* cnx, int version) :
171 egl_connection_t const* cnx;
Loader.cpp 175 void* Loader::open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx)
263 egl_connection_t* cnx, uint32_t mask)

Completed in 53 milliseconds