Home
last modified time | relevance | path

Searched refs:EGLBoolean (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/opengl/libs/EGL/
Degl_entries.in2 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 …]
DeglApi.cpp127 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 …]
Degl_display.h76 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);
Degl_display.cpp101 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()
Degl.cpp241 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()
Degl_tls.h39 EGLBoolean logCallWithNoContext;
/frameworks/base/opengl/include/EGL/
Degl.h44 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 …]
Deglext.h71 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/
Degl.h68 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 …]
Degltypes.h4 typedef int EGLBoolean; typedef
/frameworks/base/opengl/libagl2/src/
Degl.cpp85 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/
Degl.cpp100 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/
DEGL_test.cpp48 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/
Degl.cpp19 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/
Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
60 EGLBoolean returnValue; in main()
/frameworks/base/opengl/tests/include/
DglTestLib.h32 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
/frameworks/base/libs/rs/driver/
DrsdGL.cpp49 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/
DglTestLib.cpp48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError()
/frameworks/base/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
225 EGLBoolean returnValue; in main()
/frameworks/base/opengl/tests/gl2_basic/
Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
262 EGLBoolean returnValue; in main()
/frameworks/base/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
335 EGLBoolean returnValue; in main()
/frameworks/base/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
366 EGLBoolean returnValue; in main()
/frameworks/base/opengl/tests/hwc/
DhwcTestLib.cpp35 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/
DDisplayHardware.cpp148 EGLBoolean result; in init()
/frameworks/base/opengl/tests/gl_basic/
Dgl_basic.cpp148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()

12