Searched refs:SetViewport (Results 1 – 7 of 7) sorted by relevance
72 virtual void SetViewport(const GLRect &dst_rect);
171 SetViewport(dst_rect); in Blit()
152 SetViewport(info.dst_rect); in Blit()
190 void GLCommon::SetViewport(const GLRect &dst_rect) { in SetViewport() function in sdm::GLCommon
93 bool SetViewport(int x, int y, int width, int height);
187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport() function in android::filterfw::GLFrame
247 return frame ? ToJBool(frame->SetViewport(x, y, width, height)) : JNI_FALSE; in Java_android_filterfw_core_GLFrame_setNativeViewport()