Searched refs:InitWithTexture (Results 1 – 3 of 3) sorted by relevance
54 bool InitWithTexture(GLint texture_id, int width, int height);
65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture() function in android::filterfw::GLFrame
67 if (frame->InitWithTexture(tex_id, width, height)) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()