HomeSort by relevance Sort by last modified time
    Searched refs:InitWithTexture (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 54 bool InitWithTexture(GLint texture_id, int width, int height);
gl_frame.cpp 65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) {
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_frame.cpp 69 if (frame->InitWithTexture(tex_id, width, height)) {

Completed in 40 milliseconds