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

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

Completed in 22 milliseconds