Searched defs:eglGetError (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java242 public int eglGetError() { method in class:EGLLogWrapper
243 begin("eglGetError");
246 int result = mEgl10.eglGetError();
371 if ((eglError = mEgl10.eglGetError()) != EGL_SUCCESS) {
H A DEGL14.java153 // C function EGLint eglGetError ( void )
155 public static native int eglGetError( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java39 public native int eglGetError(); method in class:EGLImpl
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp473 EGLint error = eglGetError();
593 result = setError(c->cnx->egl.eglGetError(), EGL_FALSE);
685 EGLint eglGetError(void) function
690 err = cnx->egl.eglGetError();
826 ALOGE("FrameCompletion: error waiting for fence: %#x", eglGetError());
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java111 int eglGetError(); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1893 EGLint eglGetError(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp996 const GLMessage_Function GLMessage::eglGetError; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1329 static const Function eglGetError = GLMessage_Function_eglGetError; member in class:android::gltrace::GLMessage

Completed in 1487 milliseconds