Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_buffer_interface.h54 virtual GLuint GetFboId() const = 0;
H A Dgl_frame.h84 GLuint GetFboId() const;
H A Dgl_frame.cpp267 GLuint GLFrame::GetFboId() const { in GetFboId() function in android::filterfw::GLFrame
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp257 return frame ? frame->GetFboId() : -1; in Java_android_filterfw_core_GLFrame_getNativeFboId()