Searched refs:setNativeViewport (Results 1 – 2 of 2) sorted by relevance
275 setNativeViewport(x, y, width, height); in setViewport()280 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top); in setViewport()396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport() method in GLFrame
18389 Landroid/filterfw/core/GLFrame;->setNativeViewport(IIII)Z