Home
last modified time | relevance | path

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

12

/frameworks/native/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.cpp187 extern EGLBoolean egl_init_drivers();
224 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
231 EGLBoolean res = dp->initialize(major, minor); in eglInitialize()
236 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
247 EGLBoolean res = dp->terminate(); in eglTerminate()
256 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
269 EGLBoolean res = EGL_FALSE; in eglGetConfigs()
281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
294 EGLBoolean res = EGL_FALSE; in eglChooseConfig()
340 EGLBoolean resAA = cnx->egl.eglChooseConfig( in eglChooseConfig()
[all …]
Degl_display.h61 EGLBoolean initialize(EGLint *major, EGLint *minor);
62 EGLBoolean terminate();
88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
255 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx);
256 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
Degl_display.cpp121 EGLBoolean egl_display_t::initialize(EGLint *major, EGLint *minor) { in initialize()
242 EGLBoolean egl_display_t::terminate() { in terminate()
263 EGLBoolean res = EGL_FALSE; in terminate()
340 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, in makeCurrent()
344 EGLBoolean result; in makeCurrent()
Degl.cpp301 static EGLBoolean egl_init_drivers_locked() { in egl_init_drivers_locked()
325 EGLBoolean egl_init_drivers() { in egl_init_drivers()
326 EGLBoolean res; in egl_init_drivers()
Degl_tls.h39 EGLBoolean logCallWithNoContext;
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec3 EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
4 EGLBoolean eglTerminate ( EGLDisplay dpy )
6 EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_conf…
7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
13 EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
14 EGLBoolean eglBindAPI ( EGLenum api )
16 EGLBoolean eglWaitClient ( void )
17 EGLBoolean eglReleaseThread ( void )
[all …]
DEGLExt.spec1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
/frameworks/native/opengl/include/EGL/
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);
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 …]
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 …]
/frameworks/native/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/core/jni/
Dandroid_opengl_EGL14.cpp173 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglInitialize()
253 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglTerminate()
279 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglGetConfigs()
357 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglChooseConfig()
480 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglGetConfigAttrib()
761 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglDestroySurface()
779 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglQuerySurface()
831 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglBindAPI()
851 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglWaitClient()
860 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglReleaseThread()
[all …]
Dcom_google_android_gles_jni_EGLImpl.cpp68 static inline jboolean EglBoolToJBool(EGLBoolean eglBool) { in EglBoolToJBool()
131 EGLBoolean success = eglInitialize(dpy, NULL, NULL); in jni_eglInitialize()
154 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext()
174 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface()
204 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig()
380 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib()
397 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
Dandroid_opengl_EGLExt.cpp138 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglPresentationTimeANDROID()
/frameworks/native/opengl/libagl/
Degl.cpp54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
106 static EGLBoolean is_valid(EGLDisplay dpy) { in is_valid()
157 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
158 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
159 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
168 virtual EGLBoolean swapBuffers();
169 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
193 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers()
208 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
226 virtual EGLBoolean swapBuffers();
[all …]
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp50 EGLBoolean success = eglTerminate(mEglDisplay); in TearDown()
60 EGLBoolean success; in TEST_F()
130 EGLBoolean success; in TEST_F()
/frameworks/native/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/native/opengl/tests/include/
DglTestLib.h30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp241 EGLBoolean success = eglSwapBuffers(mDisplay, mSurface); in swapBuffers()
273 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { in makeCurrent()
274 EGLBoolean result = EGL_TRUE; in makeCurrent()
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError()
/frameworks/rs/driver/
DrsdGL.cpp51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
127 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
251 EGLBoolean ret; in rsdGLInit()
422 EGLBoolean ret; in rsdGLSetInternalSurface()
/frameworks/native/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/native/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/av/cmds/screenrecord/
DEglWindow.cpp101 EGLBoolean result; in eglSetupContext()

12