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

/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 { function in class:android::filterfw::GLFrame
H A Dshader_program.cpp198 const GLuint tex_id = input[i]->GetTextureId();
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp260 return frame ? frame->GetTextureId() : -1;

Completed in 84 milliseconds