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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp73 if (CheckEGLError("TearDown!"))
85 return !CheckEGLError("eglMakeCurrent");
108 return !CheckEGLError("eglSwapBuffers") && result;
131 if (CheckEGLError("eglGetDisplay")) return false;
136 if (CheckEGLError("eglInitialize")) return false;
168 if (CheckEGLError("eglCreateWindowSurface")) return false;
176 if (CheckEGLError("eglCreateContext")) return false;
308 bool GLEnv::CheckEGLError(const std::string& op) { function in class:android::filterfw::GLEnv

Completed in 220 milliseconds