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

/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { function
233 checkEglError("eglGetConfigs", returnVal);
247 checkEglError("eglGetConfigs", returnVal);
279 checkEglError("<init>");
281 checkEglError("eglGetDisplay");
288 checkEglError("eglInitialize", returnValue);
300 checkEglError("printEGLConfigurations");
309 checkEglError("EGLUtils::selectConfigForNativeWindow");
315 checkEglError("eglCreateWindowSurface");
322 checkEglError("eglCreateContex
[all...]
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp149 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { function
164 checkEglError("eglGetConfigs", returnVal);
178 checkEglError("eglGetConfigs", returnVal);
265 checkEglError("eglQuerySurface");
267 checkEglError("eglQuerySurface");
/frameworks/base/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/base/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/base/libs/rs/
H A DrsContext.cpp44 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { function
92 checkEglError("eglGetDisplay");
95 checkEglError("eglInitialize");
109 checkEglError("eglCreateContext");
121 checkEglError("eglDestroyContext");
483 checkEglError("eglMakeCurrent", ret);
486 checkEglError("eglDestroySurface", ret);
506 checkEglError("eglCreateWindowSurface");
512 checkEglError("eglMakeCurrent", ret);

Completed in 56 milliseconds