Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h83 bool InitWithCurrentContext();
H A Dgl_env.cpp116 bool GLEnv::InitWithCurrentContext() { in InitWithCurrentContext() function in android::filterfw::GLEnv
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp83 return gl_env ? ToJBool(gl_env->InitWithCurrentContext()) : JNI_FALSE; in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext()