HomeSort by relevance Sort by last modified time
    Searched refs:AttachTextureToFbo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 160 bool AttachTextureToFbo();
gl_frame.cpp 248 if (!GenerateFboName() || !AttachTextureToFbo())
391 bool GLFrame::AttachTextureToFbo() {
428 return (fbo_state_ == kStateGenerated) ? AttachTextureToFbo() : true;

Completed in 1468 milliseconds