Searched refs:IsContextActive (Results 1 – 3 of 3) sorted by relevance
170 bool IsContextActive() const;
198 bool GLEnv::IsContextActive() const { in IsContextActive() function in android::filterfw::GLEnv
93 return gl_env ? ToJBool(gl_env->IsContextActive()) : JNI_FALSE; in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive()