Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
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()
Dgl_frame.h160 bool AttachTextureToFbo();