Home
last modified time | relevance | path

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

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