Searched refs:_eglInitResource (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglimage.c | 114 _eglInitResource(&img->Resource, sizeof(*img), dpy); in _eglInitImage()
|
D | eglsync.c | 78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy); in _eglInitSync()
|
D | egldisplay.h | 212 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy);
|
D | egldisplay.c | 381 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy) in _eglInitResource() function
|
D | eglcontext.c | 367 _eglInitResource(&ctx->Resource, sizeof(*ctx), dpy); in _eglInitContext()
|
D | eglsurface.c | 316 _eglInitResource(&surf->Resource, sizeof(*surf), dpy); in _eglInitSurface()
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | eglimage.c | 114 _eglInitResource(&img->Resource, sizeof(*img), dpy); in _eglInitImage()
|
D | eglsync.c | 78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy); in _eglInitSync()
|
D | egldisplay.h | 212 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy);
|
D | egldisplay.c | 381 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy) in _eglInitResource() function
|
D | eglcontext.c | 367 _eglInitResource(&ctx->Resource, sizeof(*ctx), dpy); in _eglInitContext()
|
D | eglsurface.c | 316 _eglInitResource(&surf->Resource, sizeof(*surf), dpy); in _eglInitSurface()
|