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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h169 bool IsContextActive() const;
H A Dgl_env.cpp195 bool GLEnv::IsContextActive() const { function in class:android::filterfw::GLEnv
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp92 return gl_env ? ToJBool(gl_env->IsContextActive()) : JNI_FALSE;

Completed in 435 milliseconds