Home
last modified time | relevance | path

Searched refs:AttachTextureToFbo (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp248 if (!GenerateFboName() || !AttachTextureToFbo()) in FocusFrameBuffer()
391 bool GLFrame::AttachTextureToFbo() { in AttachTextureToFbo() function in android::filterfw::GLFrame
428 return (fbo_state_ == kStateGenerated) ? AttachTextureToFbo() : true; in ReattachTextureToFbo()
H A Dgl_frame.h160 bool AttachTextureToFbo();