Home
last modified time | relevance | path

Searched refs:fbo_id (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo() argument
73 fbo_id_ = fbo_id; in InitWithFbo()
74 fbo_state_ = glIsFramebuffer(fbo_id) ? kStateComplete : kStateGenerated; in InitWithFbo()
Dgl_frame.h57 bool InitWithFbo(GLint fbo_id, int width, int height);
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.h45 jint fbo_id,
Djni_gl_frame.cpp76 jint fbo_id, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() argument
82 if (frame->InitWithFbo(fbo_id, width, height)) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()