Home
last modified time | relevance | path

Searched refs:CheckEGLError (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp78 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
H A Dgl_env.h205 static bool CheckEGLError(const std::string& operation);
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp179 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()