/frameworks/base/opengl/libs/EGL/ |
D | egl_entries.in | 2 EGL_ENTRY(EGLBoolean, eglInitialize, EGLDisplay, EGLint*, EGLint*) 3 EGL_ENTRY(EGLBoolean, eglTerminate, EGLDisplay) 4 EGL_ENTRY(EGLBoolean, eglGetConfigs, EGLDisplay, EGLConfig*, EGLint, EGLint*) 5 EGL_ENTRY(EGLBoolean, eglChooseConfig, EGLDisplay, const EGLint *, EGLConfig *, EGLint, EGLint *) 7 EGL_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay, EGLConfig, EGLint, EGLint *) 11 EGL_ENTRY(EGLBoolean, eglDestroySurface, EGLDisplay, EGLSurface) 12 EGL_ENTRY(EGLBoolean, eglQuerySurface, EGLDisplay, EGLSurface, EGLint, EGLint *) 14 EGL_ENTRY(EGLBoolean, eglDestroyContext, EGLDisplay, EGLContext) 15 EGL_ENTRY(EGLBoolean, eglMakeCurrent, EGLDisplay, EGLSurface, EGLSurface, EGLContext) 19 EGL_ENTRY(EGLBoolean, eglQueryContext, EGLDisplay, EGLContext, EGLint, EGLint *) [all …]
|
D | eglApi.cpp | 127 extern EGLBoolean egl_init_drivers(); 162 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() 169 EGLBoolean res = dp->initialize(major, minor); in eglInitialize() 174 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() 185 EGLBoolean res = dp->terminate(); in eglTerminate() 194 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs() 220 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() 234 EGLBoolean res = EGL_FALSE; in eglChooseConfig() 336 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib() 447 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() [all …]
|
D | egl_display.h | 76 EGLBoolean initialize(EGLint *major, EGLint *minor); 77 EGLBoolean terminate(); 136 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx); 137 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
|
D | egl_display.cpp | 101 EGLBoolean egl_display_t::initialize(EGLint *major, EGLint *minor) { in initialize() 173 EGLBoolean res = EGL_FALSE; in initialize() 221 EGLBoolean egl_display_t::terminate() { in terminate() 235 EGLBoolean res = EGL_FALSE; in terminate()
|
D | egl.cpp | 241 static EGLBoolean egl_init_drivers_locked() { in egl_init_drivers_locked() 282 EGLBoolean egl_init_drivers() { in egl_init_drivers() 283 EGLBoolean res; in egl_init_drivers()
|
D | egl_tls.h | 39 EGLBoolean logCallWithNoContext;
|
/frameworks/base/opengl/include/EGL/ |
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 …]
|
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); 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… 147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); [all …]
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | egl.h | 68 typedef int EGLBoolean; 197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor); 198 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy); 202 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EG… 203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *co… 204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, E… 209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface); 210 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EG… 213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLCont… [all …]
|
D | egltypes.h | 4 typedef int EGLBoolean; typedef
|
/frameworks/base/opengl/libagl2/src/ |
D | egl.cpp | 85 static EGLBoolean is_valid(EGLDisplay dpy) { in is_valid() 118 virtual EGLBoolean bindDrawSurface(GLES2Context* gl) = 0; 119 virtual EGLBoolean bindReadSurface(GLES2Context* gl) = 0; 120 virtual EGLBoolean connect() { in connect() 131 virtual EGLBoolean swapBuffers(); 132 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h); 157 EGLBoolean egl_surface_t::swapBuffers() in swapBuffers() 177 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle() 196 virtual EGLBoolean swapBuffers(); 197 virtual EGLBoolean bindDrawSurface(GLES2Context* gl); [all …]
|
/frameworks/base/opengl/libagl/ |
D | egl.cpp | 100 static EGLBoolean is_valid(EGLDisplay dpy) { in is_valid() 150 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0; 151 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0; 152 virtual EGLBoolean connect() { return EGL_TRUE; } in connect() 161 virtual EGLBoolean swapBuffers(); 162 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h); 186 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers() 201 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle() 219 virtual EGLBoolean swapBuffers(); 220 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl); [all …]
|
/frameworks/base/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 48 EGLBoolean success = eglTerminate(mEglDisplay); in TearDown() 58 EGLBoolean success; in TEST_F() 91 EGLBoolean success; in TEST_F()
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | egl.cpp | 19 EGLBoolean Debug_eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in Debug_eglSwapBuffers() 53 return static_cast<EGLBoolean>(reinterpret_cast<int>(ret)); in Debug_eglSwapBuffers()
|
/frameworks/base/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 60 EGLBoolean returnValue; in main()
|
/frameworks/base/opengl/tests/include/ |
D | glTestLib.h | 32 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
/frameworks/base/libs/rs/driver/ |
D | rsdGL.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 102 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() 211 EGLBoolean ret; in rsdGLInit() 372 EGLBoolean ret; in rsdGLSetSurface()
|
/frameworks/base/opengl/tests/lib/ |
D | glTestLib.cpp | 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError()
|
/frameworks/base/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 225 EGLBoolean returnValue; in main()
|
/frameworks/base/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 262 EGLBoolean returnValue; in main()
|
/frameworks/base/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 335 EGLBoolean returnValue; in main()
|
/frameworks/base/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 366 EGLBoolean returnValue; in main()
|
/frameworks/base/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE); 54 EGLBoolean returnValue; in hwcTestInitDisplay() 957 static void checkEglError(const char* op, EGLBoolean returnVal) in checkEglError()
|
/frameworks/base/services/surfaceflinger/DisplayHardware/ |
D | DisplayHardware.cpp | 148 EGLBoolean result; in init()
|
/frameworks/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
|