Searched refs:EGL_TRUE (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp64 return EGL_TRUE;
68 return EGL_TRUE;
83 return EGL_TRUE;
99 return EGL_TRUE;
105 return EGL_TRUE;
109 return EGL_TRUE;
114 return EGL_TRUE;
118 return EGL_TRUE;
128 return EGL_TRUE;
136 return EGL_TRUE;
[all...]
/frameworks/native/opengl/tests/include/
H A DglTestLib.h30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
36 if (returnVal != EGL_TRUE) {
84 if (returnValue != EGL_TRUE) {
114 if (returnValue != EGL_TRUE) {
/frameworks/base/libs/hwui/
H A DImage.cpp29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
H A DOpenGLReadback.cpp75 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp145 return EGL_TRUE;
236 return EGL_TRUE;
248 * to return EGL_TRUE (...)
250 return EGL_TRUE;
256 return EGL_TRUE;
273 res = EGL_TRUE;
351 if (result == EGL_TRUE) {
357 if (result == EGL_TRUE) {
363 if (result == EGL_TRUE) {
H A DeglApi.cpp419 if (resAA == EGL_TRUE && numConfigAA > 0) {
642 if (result == EGL_TRUE) {
739 if (result == EGL_TRUE) {
797 return EGL_TRUE;
820 if (result == EGL_TRUE) {
856 if (restore_result == EGL_TRUE) {
1299 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE);
1307 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE);
1364 EGLBoolean res = EGL_TRUE;
1404 EGLBoolean res = EGL_TRUE;
[all...]
H A Degl.cpp195 return cnx->dso ? EGL_TRUE : EGL_FALSE;
/frameworks/native/opengl/libagl/
H A Degl.cpp109 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
161 virtual EGLBoolean connect() { return EGL_TRUE; }
417 return EGL_TRUE;
578 return EGL_TRUE;
585 return EGL_TRUE;
601 return EGL_TRUE;
613 return EGL_TRUE;
699 return EGL_TRUE;
711 return EGL_TRUE;
783 return EGL_TRUE;
[all...]
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp110 if (result != EGL_TRUE) {
139 if (result != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp52 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
53 if (returnVal != EGL_TRUE) {
294 if (returnValue != EGL_TRUE) {
334 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
149 if (returnVal != EGL_TRUE) {
229 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
50 if (returnVal != EGL_TRUE) {
252 if (returnValue != EGL_TRUE) {
285 if (returnValue != EGL_TRUE) {
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp161 EGL_RECORDABLE_ANDROID, EGL_TRUE,
230 EGL_RECORDABLE_ANDROID, EGL_TRUE,
329 EGL_RECORDABLE_ANDROID, EGL_TRUE,
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp51 if (result != EGL_TRUE) {
68 if (result != EGL_TRUE) {
138 if (result != EGL_TRUE) {
181 if (result != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
48 if (returnVal != EGL_TRUE) {
397 if (returnValue != EGL_TRUE) {
440 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
50 if (returnVal != EGL_TRUE) {
362 if (returnValue != EGL_TRUE) {
395 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp49 if (returnVal != EGL_TRUE) {
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp138 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
160 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if38 public static final int EGL_TRUE = 1;
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp174 return EGL_TRUE;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp112 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
157 EGL_RECORDABLE_ANDROID, EGL_TRUE,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp379 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE;
381 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE;
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java38 public static final int EGL_TRUE = 1; field in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h94 #define EGL_TRUE 1 macro

Completed in 6743 milliseconds

12