HomeSort by relevance Sort by last modified time
    Searched refs:CheckEGLError (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 73 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) {
gl_env.h 201 static bool CheckEGLError(const std::string& operation);
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 178 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
247 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
346 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {

Completed in 25 milliseconds