Home
last modified time | relevance | path

Searched refs:EGL_TRUE (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/libs/hwui/debug/
Dnullegl.cpp64 return EGL_TRUE; in eglInitialize()
68 return EGL_TRUE; in eglTerminate()
83 return EGL_TRUE; in eglChooseConfig()
99 return EGL_TRUE; in eglDestroySurface()
105 return EGL_TRUE; in eglQuerySurface()
109 return EGL_TRUE; in eglReleaseThread()
114 return EGL_TRUE; in eglSurfaceAttrib()
118 return EGL_TRUE; in eglSwapInterval()
128 return EGL_TRUE; in eglDestroyContext()
136 return EGL_TRUE; in eglMakeCurrent()
[all …]
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
36 if (returnVal != EGL_TRUE) { in checkEglError()
84 if (returnValue != EGL_TRUE) { in main()
114 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp145 return EGL_TRUE; in initialize()
236 return EGL_TRUE; in initialize()
250 return EGL_TRUE; in terminate()
256 return EGL_TRUE; in terminate()
273 res = EGL_TRUE; in terminate()
351 if (result == EGL_TRUE) { in makeCurrent()
357 if (result == EGL_TRUE) { in makeCurrent()
363 if (result == EGL_TRUE) { in makeCurrent()
DeglApi.cpp419 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfig()
642 if (result == EGL_TRUE) { in eglDestroySurface()
739 if (result == EGL_TRUE) { in eglDestroyContext()
797 return EGL_TRUE; in eglMakeCurrent()
820 if (result == EGL_TRUE) { in eglMakeCurrent()
856 if (restore_result == EGL_TRUE) { in eglMakeCurrent()
1299 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttrib()
1307 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttrib()
1364 EGLBoolean res = EGL_TRUE; in eglSwapInterval()
1404 EGLBoolean res = EGL_TRUE; in eglBindAPI()
[all …]
Degl.cpp195 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
/frameworks/native/opengl/libagl/
Degl.cpp109 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()
161 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
417 return EGL_TRUE; in connect()
578 return EGL_TRUE; in swapBuffers()
585 return EGL_TRUE; in setSwapRectangle()
601 return EGL_TRUE; in bindDrawSurface()
613 return EGL_TRUE; in bindReadSurface()
699 return EGL_TRUE; in bindDrawSurface()
711 return EGL_TRUE; in bindReadSurface()
783 return EGL_TRUE; in bindDrawSurface()
[all …]
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp52 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
53 if (returnVal != EGL_TRUE) { in checkEglError()
294 if (returnValue != EGL_TRUE) { in main()
334 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
149 if (returnVal != EGL_TRUE) { in checkEglError()
229 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface()
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
50 if (returnVal != EGL_TRUE) { in checkEglError()
252 if (returnValue != EGL_TRUE) { in main()
285 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/opengl/tests/include/
DglTestLib.h30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp110 if (result != EGL_TRUE) { in eglSetupContext()
139 if (result != EGL_TRUE) { in eglSetupContext()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
50 if (returnVal != EGL_TRUE) { in checkEglError()
362 if (returnValue != EGL_TRUE) { in main()
395 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
48 if (returnVal != EGL_TRUE) { in checkEglError()
397 if (returnValue != EGL_TRUE) { in main()
440 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/cmds/flatland/
DGLHelper.cpp51 if (result != EGL_TRUE) { in setUp()
68 if (result != EGL_TRUE) { in setUp()
138 if (result != EGL_TRUE) { in makeCurrent()
181 if (result != EGL_TRUE) { in swapBuffers()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp161 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
230 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
329 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/base/libs/hwui/
DImage.cpp29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in Image()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp138 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface()
160 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp49 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp112 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers()
157 EGL_RECORDABLE_ANDROID, EGL_TRUE, in InitWithNewContext()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp174 return EGL_TRUE; in initGraphics()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
76 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
119 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
954 if (returnVal != EGL_TRUE) { in checkEglError()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h94 #define EGL_TRUE 1 macro
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp379 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE; in selectEGLConfig()
381 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE; in selectEGLConfig()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp367 EGLBoolean result = EGL_TRUE;
371 if (result == EGL_TRUE) {
/frameworks/base/opengl/java/android/opengl/
DEGL14.java38 public static final int EGL_TRUE = 1; field in EGL14

12