Searched refs:EGL_TRUE (Results 1 - 25 of 33) 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.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.cpp31 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp133 return EGL_TRUE;
239 return EGL_TRUE;
251 * to return EGL_TRUE (...)
253 return EGL_TRUE;
259 return EGL_TRUE;
276 res = EGL_TRUE;
357 if (result == EGL_TRUE) {
366 if (result == EGL_TRUE) {
373 if (result == EGL_TRUE) {
H A Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
H A DeglApi.cpp343 if (resAA == EGL_TRUE && numConfigAA > 0) {
576 if (result == EGL_TRUE) {
678 if (result == EGL_TRUE) {
736 return EGL_TRUE;
759 if (result == EGL_TRUE) {
1235 EGLBoolean res = EGL_TRUE;
1275 EGLBoolean res = EGL_TRUE;
1317 return EGL_TRUE;
1553 return EGL_TRUE;
/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; }
414 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/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.cpp50 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.cpp109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
154 EGL_RECORDABLE_ANDROID, EGL_TRUE,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp274 EGLBoolean result = EGL_TRUE;
278 if (result == EGL_TRUE) {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp378 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE;
380 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/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp168 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };

Completed in 662 milliseconds

12