Home
last modified time | relevance | path

Searched refs:GetTextureId (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_buffer_interface.h30 virtual GLuint GetTextureId() const = 0;
H A Dgl_frame.h80 GLuint GetTextureId() const;
H A Dgl_frame.cpp261 GLuint GLFrame::GetTextureId() const { in GetTextureId() function in android::filterfw::GLFrame
H A Dshader_program.cpp198 const GLuint tex_id = input[i]->GetTextureId(); in Process()
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp252 return frame ? frame->GetTextureId() : -1; in Java_android_filterfw_core_GLFrame_getNativeTextureId()