Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/libs/EGL/
Degl_object.cpp105 return EGL_TRUE; in setSmpte2086Attribute()
109 return EGL_TRUE; in setSmpte2086Attribute()
113 return EGL_TRUE; in setSmpte2086Attribute()
117 return EGL_TRUE; in setSmpte2086Attribute()
121 return EGL_TRUE; in setSmpte2086Attribute()
125 return EGL_TRUE; in setSmpte2086Attribute()
129 return EGL_TRUE; in setSmpte2086Attribute()
133 return EGL_TRUE; in setSmpte2086Attribute()
137 return EGL_TRUE; in setSmpte2086Attribute()
141 return EGL_TRUE; in setSmpte2086Attribute()
[all …]
Degl_display.cpp244 return EGL_TRUE; in initialize()
390 return EGL_TRUE; in initialize()
404 return EGL_TRUE; in terminate()
410 return EGL_TRUE; in terminate()
431 res = EGL_TRUE; in terminate()
509 if (result == EGL_TRUE) { in makeCurrent()
515 if (result == EGL_TRUE) { in makeCurrent()
521 if (result == EGL_TRUE) { in makeCurrent()
Degl_platform_entries.cpp426 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfigImpl()
698 return EGL_TRUE; in sendSurfaceMetadata()
900 if (result == EGL_TRUE) { in eglDestroySurfaceImpl()
916 return EGL_TRUE; in eglQuerySurfaceImpl()
918 return EGL_TRUE; in eglQuerySurfaceImpl()
920 return EGL_TRUE; in eglQuerySurfaceImpl()
1007 if (result == EGL_TRUE) { in eglDestroyContextImpl()
1063 return EGL_TRUE; in eglMakeCurrentImpl()
1086 if (result == EGL_TRUE) { in eglMakeCurrentImpl()
1540 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttribImpl()
[all …]
Degl.cpp194 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
/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()
77 if (returnValue != EGL_TRUE) { in main()
107 if (returnValue != EGL_TRUE) { in main()
/frameworks/native/libs/renderengine/gl/
DGLImage.cpp38 attrs.push_back(EGL_TRUE); in buildAttributeList()
42 attrs.push_back(EGL_TRUE); in buildAttributeList()
DGLESRenderEngine.cpp168 EGL_TRUE, in selectEGLConfig()
172 EGL_TRUE, in selectEGLConfig()
939 const bool success = eglMakeCurrent(mEGLDisplay, surface, surface, context) == EGL_TRUE; in useProtectedContext()
959 isProtected ? EGL_TRUE : EGL_NONE, in createFramebufferImageIfNeeded()
1544 contextAttributes.push_back(EGL_TRUE); in createEglContext()
1579 attributes.push_back(EGL_TRUE); in createDummyEglPbufferSurface()
/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/gl2_basic/
Dgl2_basic.cpp56 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
57 if (returnVal != EGL_TRUE) { in checkEglError()
331 if (returnValue != EGL_TRUE) { in main()
372 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/opengl/tests/lib/include/
DglTestLib.h30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
DEGLUtils.h169 String8 EGLUtils::checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
171 if (returnVal != EGL_TRUE) {
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp110 if (result != EGL_TRUE) { in eglSetupContext()
139 if (result != EGL_TRUE) { in eglSetupContext()
/frameworks/native/cmds/flatland/
DGLHelper.cpp50 if (result != EGL_TRUE) { in setUp()
67 if (result != EGL_TRUE) { in setUp()
137 if (result != EGL_TRUE) { in makeCurrent()
180 if (result != EGL_TRUE) { in swapBuffers()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp150 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
151 if (returnVal != EGL_TRUE) { in checkEglError()
228 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface()
255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
/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/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp161 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
230 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
329 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/base/libs/hwui/utils/
DGLUtils.h58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp134 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface()
156 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp49 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp112 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers()
157 EGL_RECORDABLE_ANDROID, EGL_TRUE, in InitWithNewContext()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateSync.cpp86 if (value_base && _returnValue == EGL_TRUE) { in android_eglGetSyncAttrib()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp170 return EGL_TRUE; in initGraphics()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
76 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
119 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay()
954 if (returnVal != EGL_TRUE) { in checkEglError()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h94 #define EGL_TRUE 1 macro

12