Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.h118 bool ReattachTextureToFbo();
H A Dgl_frame.cpp427 bool GLFrame::ReattachTextureToFbo() { in ReattachTextureToFbo() function in android::filterfw::GLFrame
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp307 return ToJBool(frame && frame->ReattachTextureToFbo()); in Java_android_filterfw_core_GLFrame_nativeReattachTexToFbo()