Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h174 static bool IsAnyContextActive();
Dgl_env.cpp202 bool GLEnv::IsAnyContextActive() { in IsAnyContextActive() function in android::filterfw::GLEnv
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp98 return ToJBool(GLEnv::IsAnyContextActive()); in Java_android_filterfw_core_GLEnvironment_nativeIsAnyContextActive()