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

12

/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.cpp52 ASSERT_EQ(EGL_TRUE, success);
69 ASSERT_EQ(EGL_TRUE, success);
76 ASSERT_EQ(EGL_TRUE, success);
79 ASSERT_EQ(EGL_TRUE, success);
82 ASSERT_EQ(EGL_TRUE, success);
135 ASSERT_EQ(EGL_TRUE, success);
142 ASSERT_EQ(EGL_TRUE, success);
145 ASSERT_EQ(EGL_TRUE, success);
148 ASSERT_EQ(EGL_TRUE, success);
151 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) {
113 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp147 return EGL_TRUE;
261 return EGL_TRUE;
273 * to return EGL_TRUE (...)
275 return EGL_TRUE;
281 return EGL_TRUE;
293 res = EGL_TRUE;
368 if (result == EGL_TRUE) {
377 if (result == EGL_TRUE) {
384 if (result == EGL_TRUE) {
H A Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
H A DeglApi.cpp251 if (resAA == EGL_TRUE && numConfigAA > 0) {
387 if (result == EGL_TRUE) {
497 if (result == EGL_TRUE) {
555 return EGL_TRUE;
576 if (result == EGL_TRUE) {
1002 EGLBoolean res = EGL_TRUE;
1042 EGLBoolean res = EGL_TRUE;
1084 return EGL_TRUE;
1178 return EGL_TRUE;
H A Degl.cpp310 return cnx->dso ? EGL_TRUE : EGL_FALSE;
/frameworks/native/opengl/libagl/
H A Degl.cpp107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
158 virtual EGLBoolean connect() { return EGL_TRUE; }
413 return EGL_TRUE;
574 return EGL_TRUE;
581 return EGL_TRUE;
597 return EGL_TRUE;
609 return EGL_TRUE;
688 return EGL_TRUE;
700 return EGL_TRUE;
764 return EGL_TRUE;
[all...]
/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) {
328 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) {
228 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
255 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) {
284 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/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) {
439 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) {
394 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp50 if (returnVal != EGL_TRUE) {
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp137 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp211 EGLBoolean success = EGL_TRUE;
260 EGLBoolean result = EGL_TRUE;
264 if (result == EGL_TRUE) {
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp174 return EGL_TRUE;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp107 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
152 EGL_RECORDABLE_ANDROID, EGL_TRUE,
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h94 #define EGL_TRUE 1 macro
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
78 if (returnValue != EGL_TRUE) {
117 if (returnValue != EGL_TRUE) {
961 if (returnVal != EGL_TRUE) {
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java39 public static final int EGL_TRUE = 1; field in class:EGL14
/frameworks/rs/driver/
H A DrsdGL.cpp53 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
77 if (returnVal != EGL_TRUE) {
/frameworks/native/opengl/include/EGL/
H A Degl.h65 #define EGL_TRUE 1 macro
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp434 EGL_RECORDABLE_ANDROID, EGL_TRUE,

Completed in 145 milliseconds

12