Home | History | Annotate | Download | only in jni

Lines Matching full:error

76     GLenum error = glGetError();
77 if (error != GL_NO_ERROR)
78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
84 EGLint error = eglGetError();
86 if (error && error != EGL_SUCCESS)
87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
105 #error WINDOW_BPP must be 16 or 32