Home
last modified time | relevance | path

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

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