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

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

Completed in 2676 milliseconds