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

12

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp63 return EGL_TRUE;
67 return EGL_TRUE;
79 return EGL_TRUE;
95 return EGL_TRUE;
101 return EGL_TRUE;
105 return EGL_TRUE;
110 return EGL_TRUE;
114 return EGL_TRUE;
124 return EGL_TRUE;
132 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/EGLTest/
H A DEGL_test.cpp51 ASSERT_EQ(EGL_TRUE, success);
68 ASSERT_EQ(EGL_TRUE, success);
75 ASSERT_EQ(EGL_TRUE, success);
78 ASSERT_EQ(EGL_TRUE, success);
81 ASSERT_EQ(EGL_TRUE, success);
142 ASSERT_EQ(EGL_TRUE, success);
149 ASSERT_EQ(EGL_TRUE, success);
152 ASSERT_EQ(EGL_TRUE, success);
155 ASSERT_EQ(EGL_TRUE, success);
158 ASSERT_EQ(EGL_TRUE, succes
[all...]
/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 DReadback.cpp133 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp132 return EGL_TRUE;
225 return EGL_TRUE;
237 * to return EGL_TRUE (...)
239 return EGL_TRUE;
245 return EGL_TRUE;
262 res = EGL_TRUE;
343 if (result == EGL_TRUE) {
352 if (result == EGL_TRUE) {
359 if (result == EGL_TRUE) {
H A Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
H A Degl.cpp202 return cnx->dso ? EGL_TRUE : EGL_FALSE;
H A DeglApi.cpp396 if (resAA == EGL_TRUE && numConfigAA > 0) {
607 if (result == EGL_TRUE) {
705 if (result == EGL_TRUE) {
763 return EGL_TRUE;
786 if (result == EGL_TRUE) {
1204 return (err == NO_ERROR) ? EGL_TRUE :
1262 EGLBoolean res = EGL_TRUE;
1302 EGLBoolean res = EGL_TRUE;
1339 return EGL_TRUE;
1781 return EGL_TRUE;
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
159 virtual EGLBoolean connect() { return EGL_TRUE; }
420 return EGL_TRUE;
587 return EGL_TRUE;
594 return EGL_TRUE;
610 return EGL_TRUE;
622 return EGL_TRUE;
708 return EGL_TRUE;
720 return EGL_TRUE;
791 return EGL_TRUE;
[all...]
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp111 if (result != EGL_TRUE) {
140 if (result != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
48 if (returnVal != EGL_TRUE) {
289 if (returnValue != EGL_TRUE) {
329 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.cpp160 EGL_RECORDABLE_ANDROID, EGL_TRUE,
229 EGL_RECORDABLE_ANDROID, EGL_TRUE,
328 EGL_RECORDABLE_ANDROID, EGL_TRUE,
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp52 if (result != EGL_TRUE) {
69 if (result != EGL_TRUE) {
139 if (result != EGL_TRUE) {
182 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/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp144 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp174 return EGL_TRUE;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
154 EGL_RECORDABLE_ANDROID, EGL_TRUE,

Completed in 500 milliseconds

12