Home
last modified time | relevance | path

Searched refs:InitWithTexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.h54 bool InitWithTexture(GLint texture_id, int width, int height);
Dgl_frame.cpp65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture() function in android::filterfw::GLFrame
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.cpp67 if (frame->InitWithTexture(tex_id, width, height)) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()