Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp51 ASSERT_EQ(EGL_TRUE, success); in TearDown()
68 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
75 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
78 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
81 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
142 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
149 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
152 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
155 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
158 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
/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.cpp133 return EGL_TRUE; in initialize()
239 return EGL_TRUE; in initialize()
253 return EGL_TRUE; in terminate()
259 return EGL_TRUE; in terminate()
276 res = EGL_TRUE; in terminate()
357 if (result == EGL_TRUE) { in makeCurrent()
366 if (result == EGL_TRUE) { in makeCurrent()
373 if (result == EGL_TRUE) { in makeCurrent()
DeglApi.cpp343 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfig()
576 if (result == EGL_TRUE) { in eglDestroySurface()
678 if (result == EGL_TRUE) { in eglDestroyContext()
736 return EGL_TRUE; in eglMakeCurrent()
759 if (result == EGL_TRUE) { in eglMakeCurrent()
1235 EGLBoolean res = EGL_TRUE; in eglSwapInterval()
1275 EGLBoolean res = EGL_TRUE; in eglBindAPI()
1317 return EGL_TRUE; in eglReleaseThread()
1553 return EGL_TRUE; in eglPresentationTimeANDROID()
Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) { in egl_tls_t()
/frameworks/native/opengl/libagl/
Degl.cpp107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()
159 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
414 return EGL_TRUE; in connect()
574 return EGL_TRUE; in swapBuffers()
581 return EGL_TRUE; in setSwapRectangle()
597 return EGL_TRUE; in bindDrawSurface()
609 return EGL_TRUE; in bindReadSurface()
688 return EGL_TRUE; in bindDrawSurface()
700 return EGL_TRUE; in bindReadSurface()
764 return EGL_TRUE; in bindDrawSurface()
[all …]
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
48 if (returnVal != EGL_TRUE) { in checkEglError()
289 if (returnValue != EGL_TRUE) { in main()
329 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.cpp111 if (result != EGL_TRUE) { in eglSetupContext()
140 if (result != EGL_TRUE) { in eglSetupContext()
/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/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/cmds/flatland/
DGLHelper.cpp52 if (result != EGL_TRUE) { in setUp()
69 if (result != EGL_TRUE) { in setUp()
139 if (result != EGL_TRUE) { in makeCurrent()
182 if (result != EGL_TRUE) { in swapBuffers()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp160 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
229 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
328 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/base/libs/hwui/
DImage.cpp31 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.cpp50 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers()
154 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.cpp37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
78 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
121 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
957 if (returnVal != EGL_TRUE) { in checkEglError()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp274 EGLBoolean result = EGL_TRUE; in makeCurrent()
278 if (result == EGL_TRUE) { in makeCurrent()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp378 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE; in selectEGLConfig()
380 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE; in selectEGLConfig()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h94 #define EGL_TRUE 1 macro
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp168 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in com_android_server_AssetAtlasService_upload()

12