Searched refs:CheckEGLError (Results 1 – 3 of 3) sorted by relevance
78 if (CheckEGLError("TearDown!")) in ~GLEnv()90 return !CheckEGLError("eglMakeCurrent"); in Deactivate()113 return !CheckEGLError("eglSwapBuffers") && result; in SwapBuffers()136 if (CheckEGLError("eglGetDisplay")) return false; in InitWithNewContext()141 if (CheckEGLError("eglInitialize")) return false; in InitWithNewContext()176 if (CheckEGLError("eglCreateWindowSurface")) return false; in InitWithNewContext()184 if (CheckEGLError("eglCreateContext")) return false; in InitWithNewContext()316 bool GLEnv::CheckEGLError(const std::string& op) { in CheckEGLError() function in android::filterfw::GLEnv
205 static bool CheckEGLError(const std::string& operation);
179 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) { in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()248 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) { in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()347 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) { in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()