Searched refs:SetViewport (Results 1 - 3 of 3) sorted by relevance

/system/media/mca/filterfw/native/core/
H A Dgl_frame.h93 bool SetViewport(int x, int y, int width, int height);
H A Dgl_frame.cpp187 bool GLFrame::SetViewport(int x, int y, int width, int height) { function in class:android::filterfw::GLFrame
/system/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp255 return frame ? ToJBool(frame->SetViewport(x, y, width, height)) : JNI_FALSE;

Completed in 42 milliseconds