/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl_proc.h | 25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*); 26 typedef EGLBoolean (* eglTerminate_t) (EGLDisplay); 28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*); 29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*); 30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*); 34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface); 35 typedef EGLBoolean (* eglQuerySurface_t) (EGLDisplay, EGLSurface, EGLint, EGLint*); 36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum); 38 typedef EGLBoolean (* eglWaitClient_t) (); 39 typedef EGLBoolean (* eglReleaseThread_t) (); [all …]
|
D | egl.cpp | 238 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() 243 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() 253 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs() 288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() 290 EGLBoolean res; in eglChooseConfig() 313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() 361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface() 371 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() 373 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface() [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 8 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… 9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 14 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 16 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 17 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config… 23 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor); 24 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 25 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 27 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); [all …]
|
D | egl_extensions.entries | 6 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 8 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 11 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image);
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi… 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface); 74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,… 75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surfac… 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); 88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image); 142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… 148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); [all …]
|
D | egl.h | 44 typedef unsigned int EGLBoolean; typedef 252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor); 253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy); 257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, 259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, 262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, 273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface, 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void); [all …]
|
/device/generic/goldfish-opengl/system/egl/ |
D | eglDisplay.h | 64 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value); 65 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value); 66 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format); 67 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format); 83 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value); 84 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
|
D | egl.cpp | 291 virtual EGLBoolean swapBuffers() = 0; 371 virtual EGLBoolean swapBuffers(); 382 EGLBoolean init(); 402 EGLBoolean egl_window_surface_t::init() in init() 614 EGLBoolean egl_window_surface_t::swapBuffers() in swapBuffers() 710 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } in swapBuffers() 717 EGLBoolean init(GLenum format); 778 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() 987 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() 1001 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() [all …]
|
D | eglDisplay.cpp | 442 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() 472 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib() 493 EGLBoolean ret = in getConfigAttrib() 516 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue() 527 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib() 531 EGLBoolean ret = in setConfigAttrib() 544 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat() 580 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglImage.h | 25 typedef EGLBoolean (*PFNEGLDESTROYIMAGEKHR)(EGLDisplay, EGLImageKHR);
|
D | EglConfig.h | 25 typedef EGLBoolean (*PFNEGLGETCONFIGATTRIB)(EGLDisplay, EGLConfig, EGLint, EGLint*);
|
D | RenderControl.cpp | 333 EGLBoolean ret = s_egl.eglChooseConfig(rc->dpy, attribs, configs, configs_size, &num_config); in rcChooseConfig() 570 EGLBoolean ret = s_egl.eglMakeCurrent(rc->dpy, draw_surface->surface, read_surface->surface, in rcMakeCurrent()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
|