/external/mesa3d/src/egl/main/ |
eglsync.h | 51 PUBLIC EGLBoolean 56 extern EGLBoolean 76 static INLINE EGLBoolean
|
eglapi.c | 308 EGLBoolean EGLAPIENTRY 334 EGLBoolean EGLAPIENTRY 368 EGLBoolean EGLAPIENTRY 374 EGLBoolean ret; 383 EGLBoolean EGLAPIENTRY 389 EGLBoolean ret; 399 EGLBoolean EGLAPIENTRY 406 EGLBoolean ret; 444 EGLBoolean EGLAPIENTRY 450 EGLBoolean ret [all...] |
eglconfig.h | 187 PUBLIC EGLBoolean 188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 191 PUBLIC EGLBoolean 195 PUBLIC EGLBoolean 202 const _EGLConfig *criteria, EGLBoolean compare_id); 205 PUBLIC EGLBoolean 208 EGLBoolean (*match)(const _EGLConfig *, void *), 214 extern EGLBoolean 218 extern EGLBoolean 222 extern EGLBoolean [all...] |
eglscreen.c | 154 static EGLBoolean 164 EGLBoolean 178 EGLBoolean 192 EGLBoolean 204 EGLBoolean 213 EGLBoolean
|
eglglobals.c | 66 static EGLBoolean registered = EGL_FALSE;
|
egldriver.h | 104 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only); 121 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
|
eglsync.c | 68 EGLBoolean 91 EGLBoolean
|
eglcurrent.c | 49 static EGLBoolean _egl_TSDInitialized; 89 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) 131 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) 234 EGLBoolean 267 EGLBoolean
|
eglarray.h | 36 typedef EGLBoolean (*_EGLArrayForEach)(void *elem, void *foreach_data);
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
egl.cc | 97 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) { 117 EGLBoolean eglTerminate(EGLDisplay dpy) { 147 EGLBoolean eglChooseConfig(EGLDisplay dpy, 166 EGLBoolean eglGetConfigs(EGLDisplay dpy, 184 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, 231 EGLBoolean eglDestroySurface(EGLDisplay dpy, 242 EGLBoolean eglQuerySurface(EGLDisplay dpy, 249 EGLBoolean eglBindAPI(EGLenum api) { 257 EGLBoolean eglWaitClient(void) { 261 EGLBoolean eglReleaseThread(void) [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.c | 308 EGLBoolean EGLAPIENTRY 334 EGLBoolean EGLAPIENTRY 368 EGLBoolean EGLAPIENTRY 374 EGLBoolean ret; 383 EGLBoolean EGLAPIENTRY 389 EGLBoolean ret; 399 EGLBoolean EGLAPIENTRY 406 EGLBoolean ret; 444 EGLBoolean EGLAPIENTRY 450 EGLBoolean ret [all...] |
eglconfig.h | 187 PUBLIC EGLBoolean 188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 191 PUBLIC EGLBoolean 195 PUBLIC EGLBoolean 202 const _EGLConfig *criteria, EGLBoolean compare_id); 205 PUBLIC EGLBoolean 208 EGLBoolean (*match)(const _EGLConfig *, void *), 214 extern EGLBoolean 218 extern EGLBoolean 222 extern EGLBoolean [all...] |
eglscreen.c | 154 static EGLBoolean 164 EGLBoolean 178 EGLBoolean 192 EGLBoolean 204 EGLBoolean 213 EGLBoolean
|
eglglobals.c | 66 static EGLBoolean registered = EGL_FALSE;
|
egldriver.h | 104 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only); 121 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
|
eglsync.c | 68 EGLBoolean 91 EGLBoolean
|
eglcurrent.c | 49 static EGLBoolean _egl_TSDInitialized; 89 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) 131 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) 234 EGLBoolean 267 EGLBoolean
|
eglarray.h | 36 typedef EGLBoolean (*_EGLArrayForEach)(void *elem, void *foreach_data);
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.h | 230 EGLBoolean 237 EGLBoolean 240 EGLBoolean 256 EGLBoolean 259 EGLBoolean 262 EGLBoolean 265 EGLBoolean
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.h | 230 EGLBoolean 237 EGLBoolean 240 EGLBoolean 256 EGLBoolean 259 EGLBoolean 262 EGLBoolean 265 EGLBoolean
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
importgl.h | 65 FNDEF(EGLBoolean, eglChooseConfig, (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)); 68 FNDEF(EGLBoolean, eglDestroyContext, (EGLDisplay dpy, EGLContext ctx)); 69 FNDEF(EGLBoolean, eglDestroySurface, (EGLDisplay dpy, EGLSurface surface)); 70 FNDEF(EGLBoolean, eglGetConfigAttrib, (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)); 71 FNDEF(EGLBoolean, eglGetConfigs, (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)); 74 FNDEF(EGLBoolean, eglInitialize, (EGLDisplay dpy, EGLint *major, EGLint *minor)); 75 FNDEF(EGLBoolean, eglMakeCurrent, (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)); 76 FNDEF(EGLBoolean, eglSwapBuffers, (EGLDisplay dpy, EGLSurface draw)); 77 FNDEF(EGLBoolean, eglTerminate, (EGLDisplay dpy));
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 178 virtual EGLBoolean swapBuffers() = 0; 236 virtual EGLBoolean swapBuffers(); 242 EGLBoolean init(); 264 EGLBoolean egl_window_surface_t::init() 312 EGLBoolean egl_window_surface_t::swapBuffers() 340 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } 347 EGLBoolean init(GLenum format); 370 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) 491 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) 505 EGLBoolean eglTerminate(EGLDisplay dpy [all...] |
/frameworks/native/opengl/libs/EGL/ |
eglApi.cpp | 187 extern EGLBoolean egl_init_drivers(); 224 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) 231 EGLBoolean res = dp->initialize(major, minor); 236 EGLBoolean eglTerminate(EGLDisplay dpy) 247 EGLBoolean res = dp->terminate(); 256 EGLBoolean eglGetConfigs( EGLDisplay dpy, 269 EGLBoolean res = EGL_FALSE; 281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, 294 EGLBoolean res = EGL_FALSE; 340 EGLBoolean resAA = cnx->egl.eglChooseConfig [all...] |
egl_display.h | 61 EGLBoolean initialize(EGLint *major, EGLint *minor); 62 EGLBoolean terminate(); 88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, 253 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx); 254 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
|
/frameworks/base/core/jni/ |
android_opengl_EGL14.cpp | 153 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */ 160 EGLBoolean _returnValue = (EGLBoolean) 0; 236 /* EGLBoolean eglTerminate ( EGLDisplay dpy ) */ 240 EGLBoolean _returnValue = (EGLBoolean) 0; 259 /* EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config ) */ 266 EGLBoolean _returnValue = (EGLBoolean) 0; 337 /* EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_siz (…) [all...] |