Searched refs:fbo_id (Results 1 – 4 of 4) sorted by relevance
72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo() argument73 fbo_id_ = fbo_id; in InitWithFbo()74 fbo_state_ = glIsFramebuffer(fbo_id) ? kStateComplete : kStateGenerated; in InitWithFbo()
57 bool InitWithFbo(GLint fbo_id, int width, int height);
45 jint fbo_id,
76 jint fbo_id, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() argument82 if (frame->InitWithFbo(fbo_id, width, height)) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()