Home
last modified time | relevance | path

Searched refs:checkEglError (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
74 checkEglError("<init>"); in main()
76 checkEglError("eglGetDisplay"); in main()
83 checkEglError("eglInitialize", returnValue); in main()
96 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
99 checkEglError("eglCreateWindowSurface"); in main()
106 checkEglError("eglCreateContext"); in main()
112 checkEglError("eglMakeCurrent", returnValue); in main()
117 checkEglError("eglQuerySurface"); in main()
119 checkEglError("eglQuerySurface"); in main()
[all …]
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
232 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
246 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
278 checkEglError("<init>"); in main()
280 checkEglError("eglGetDisplay"); in main()
287 checkEglError("eglInitialize", returnValue); in main()
299 checkEglError("printEGLConfigurations"); in main()
308 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
314 checkEglError("eglCreateWindowSurface"); in main()
321 checkEglError("eglCreateContext"); in main()
[all …]
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
133 checkEglError("eglCreateImageKHR"); in setupYuvTexSurface()
241 checkEglError("<init>"); in main()
243 checkEglError("eglGetDisplay"); in main()
250 checkEglError("eglInitialize", returnValue); in main()
264 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
270 checkEglError("eglCreateWindowSurface"); in main()
277 checkEglError("eglCreateContext"); in main()
283 checkEglError("eglMakeCurrent", returnValue); in main()
288 checkEglError("eglQuerySurface"); in main()
[all …]
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
336 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
350 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
386 checkEglError("<init>"); in main()
388 checkEglError("eglGetDisplay"); in main()
395 checkEglError("eglInitialize", returnValue); in main()
407 checkEglError("printEGLConfigurations"); in main()
419 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
425 checkEglError("eglCreateWindowSurface"); in main()
432 checkEglError("eglCreateContext"); in main()
[all …]
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
238 checkEglError("eglCreateImageKHR"); in setupYuvTexSurface()
351 checkEglError("<init>"); in main()
353 checkEglError("eglGetDisplay"); in main()
360 checkEglError("eglInitialize", returnValue); in main()
374 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
380 checkEglError("eglCreateWindowSurface"); in main()
387 checkEglError("eglCreateContext"); in main()
393 checkEglError("eglMakeCurrent", returnValue); in main()
398 checkEglError("eglQuerySurface"); in main()
[all …]
/frameworks/rs/driver/
DrsdGL.cpp53 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
170 checkEglError("eglDestroyContext"); in rsdGLShutdown()
247 checkEglError("eglGetDisplay"); in rsdGLInit()
251 checkEglError("eglInitialize"); in rsdGLInit()
264 checkEglError("eglGetConfigs", ret); in rsdGLInit()
277 checkEglError("eglChooseConfig", ret); in rsdGLInit()
321 checkEglError("eglCreateContext"); in rsdGLInit()
338 checkEglError("eglCreateWindowSurface"); in rsdGLInit()
351 checkEglError("eglMakeCurrent", ret); in rsdGLInit()
434 checkEglError("eglMakeCurrent", ret); in rsdGLSetInternalSurface()
[all …]
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
163 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
177 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
264 checkEglError("eglQuerySurface"); in init_gl_surface()
266 checkEglError("eglQuerySurface"); in init_gl_surface()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
65 checkEglError("<init>"); in hwcTestInitDisplay()
67 checkEglError("eglGetDisplay"); in hwcTestInitDisplay()
74 checkEglError("eglInitialize", returnValue); in hwcTestInitDisplay()
95 checkEglError("EGLUtils::selectConfigForNativeWindow"); in hwcTestInitDisplay()
103 checkEglError("eglCreateWindowSurface"); in hwcTestInitDisplay()
110 checkEglError("eglCreateContext"); in hwcTestInitDisplay()
116 checkEglError("eglMakeCurrent", returnValue); in hwcTestInitDisplay()
122 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
124 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
[all …]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java82 checkEglError("Before eglCreateContext", egl); in createContext()
85 checkEglError("After eglCreateContext", egl); in createContext()
94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() method in GL2JNIView
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java85 checkEglError("Before eglCreateContext", egl); in createContext()
88 checkEglError("After eglCreateContext", egl); in createContext()
97 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() method in GLDualGL2View
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java82 checkEglError("Before eglCreateContext", egl); in createContext()
85 checkEglError("After eglCreateContext", egl); in createContext()
94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() method in GLPerfView
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java241 checkEglError(); in run()
332 private void checkEglError() { in checkEglError() method in GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java489 checkEglError();
587 private void checkEglError() {