Home
last modified time | relevance | path

Searched refs:checkEglError (Results 1 – 16 of 16) 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()
97 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
100 checkEglError("eglCreateWindowSurface"); in main()
107 checkEglError("eglCreateContext"); in main()
113 checkEglError("eglMakeCurrent", returnValue); in main()
118 checkEglError("eglQuerySurface"); in main()
120 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()
309 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
315 checkEglError("eglCreateWindowSurface"); in main()
322 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()
265 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
271 checkEglError("eglCreateWindowSurface"); in main()
278 checkEglError("eglCreateContext"); in main()
284 checkEglError("eglMakeCurrent", returnValue); in main()
289 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()
420 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
426 checkEglError("eglCreateWindowSurface"); in main()
433 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()
375 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
381 checkEglError("eglCreateWindowSurface"); in main()
388 checkEglError("eglCreateContext"); in main()
394 checkEglError("eglMakeCurrent", returnValue); in main()
399 checkEglError("eglQuerySurface"); in main()
[all …]
/frameworks/rs/driver/
DrsdGL.cpp51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
168 checkEglError("eglDestroyContext"); in rsdGLShutdown()
245 checkEglError("eglGetDisplay"); in rsdGLInit()
249 checkEglError("eglInitialize"); in rsdGLInit()
262 checkEglError("eglGetConfigs", ret); in rsdGLInit()
275 checkEglError("eglChooseConfig", ret); in rsdGLInit()
319 checkEglError("eglCreateContext"); in rsdGLInit()
331 checkEglError("eglCreatePbufferSurface"); in rsdGLInit()
344 checkEglError("eglMakeCurrent", ret); in rsdGLInit()
427 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()
265 checkEglError("eglQuerySurface"); in init_gl_surface()
267 checkEglError("eglQuerySurface"); in init_gl_surface()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
63 checkEglError("<init>"); in hwcTestInitDisplay()
65 checkEglError("eglGetDisplay"); in hwcTestInitDisplay()
72 checkEglError("eglInitialize", returnValue); in hwcTestInitDisplay()
97 checkEglError("EGLUtils::selectConfigForNativeWindow"); in hwcTestInitDisplay()
105 checkEglError("eglCreateWindowSurface"); in hwcTestInitDisplay()
112 checkEglError("eglCreateContext"); in hwcTestInitDisplay()
118 checkEglError("eglMakeCurrent", returnValue); in hwcTestInitDisplay()
124 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
126 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java128 checkEglError(mEgl, "eglCreateWindowSurface"); in forSurfaceHolder()
147 checkEglError(mEgl, "eglCreateWindowSurface"); in forSurfaceTexture()
166 checkEglError(mEgl, "eglCreateWindowSurface"); in forSurface()
230 checkEglError(egl, "eglMakeCurrent"); in focusNone()
423 private static void checkEglError(EGL10 egl, String command) { in checkEglError() method in RenderTarget
/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/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/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/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java442 checkEglError("eglCreateContext RGB888+recordable ES2"); in configureEGLContext()
450 checkEglError("eglCreateContext"); in configureEGLContext()
466 checkEglError("eglCreateWindowSurface"); in configureEGLOutputSurfaces()
487 checkEglError("eglCreatePbufferSurface"); in configureEGLPbufferSurfaces()
525 checkEglError("makeCurrent"); in makeCurrent()
541 private void checkEglError(String msg) { in checkEglError() method in SurfaceTextureRenderer
/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/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java194 checkEglError(); in run()
285 private void checkEglError() { in checkEglError() method in ImageFlipRenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java619 checkEglError(); in drawWallpaperWithOpenGL()
714 private void checkEglError() { in checkEglError() method in ImageWallpaper.DrawableEngine