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
67 checkEglError("<init>"); in main()
69 checkEglError("eglGetDisplay"); in main()
76 checkEglError("eglInitialize", returnValue); in main()
90 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
93 checkEglError("eglCreateWindowSurface"); in main()
100 checkEglError("eglCreateContext"); in main()
106 checkEglError("eglMakeCurrent", returnValue); in main()
111 checkEglError("eglQuerySurface"); in main()
113 checkEglError("eglQuerySurface"); in main()
[all …]
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp56 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
241 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
255 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
320 checkEglError("<init>"); in main()
322 checkEglError("eglGetDisplay"); in main()
329 checkEglError("eglInitialize", returnValue); in main()
341 checkEglError("printEGLConfigurations"); in main()
351 checkEglError("EGLUtils::selectConfigForNativeWindow"); in main()
358 checkEglError("eglCreateWindowSurface"); in main()
365 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.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
164 checkEglError("eglDestroyContext"); in rsdGLShutdown()
235 checkEglError("eglGetDisplay"); in rsdGLInit()
239 checkEglError("eglInitialize"); in rsdGLInit()
252 checkEglError("eglGetConfigs", ret); in rsdGLInit()
265 checkEglError("eglChooseConfig", ret); in rsdGLInit()
309 checkEglError("eglCreateContext"); in rsdGLInit()
321 checkEglError("eglCreatePbufferSurface"); in rsdGLInit()
334 checkEglError("eglMakeCurrent", ret); in rsdGLInit()
433 checkEglError("eglMakeCurrent", ret); in rsdGLSetInternalSurface()
[all …]
/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/native/opengl/tests/gl_basic/
Dgl_basic.cpp150 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() function
165 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
179 checkEglError("eglGetConfigs", returnVal); in printEGLConfigurations()
264 checkEglError("eglQuerySurface"); in init_gl_surface()
266 checkEglError("eglQuerySurface"); in init_gl_surface()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h58 static inline String8 checkEglError(const char* op, EGLBoolean returnVal);
169 String8 EGLUtils::checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
247 msg.append(checkEglError("eglGetConfigs", returnVal)); in printEGLConfigurations()
257 msg.append(checkEglError("eglGetConfigs", returnVal)); in printEGLConfigurations()
/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/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/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/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java443 checkEglError("eglCreateContext RGB888+recordable ES2"); in configureEGLContext()
451 checkEglError("eglCreateContext"); in configureEGLContext()
467 checkEglError("eglCreateWindowSurface"); in configureEGLOutputSurfaces()
488 checkEglError("eglCreatePbufferSurface"); in configureEGLPbufferSurfaces()
572 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