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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp75 if (CheckEGLError("TearDown!"))
87 return !CheckEGLError("eglMakeCurrent");
110 return !CheckEGLError("eglSwapBuffers") && result;
133 if (CheckEGLError("eglGetDisplay")) return false;
138 if (CheckEGLError("eglInitialize")) return false;
173 if (CheckEGLError("eglCreateWindowSurface")) return false;
181 if (CheckEGLError("eglCreateContext")) return false;
313 bool GLEnv::CheckEGLError(const std::string& op) { function in class:android::filterfw::GLEnv

Completed in 103 milliseconds