Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h170 bool IsContextActive() const;
H A Dgl_env.cpp198 bool GLEnv::IsContextActive() const { in IsContextActive() function in android::filterfw::GLEnv
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp93 return gl_env ? ToJBool(gl_env->IsContextActive()) : JNI_FALSE; in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive()