Lines Matching refs:sur
210 native void rsnContextSetSurface(int con, int w, int h, Surface sur);
211 synchronized void nContextSetSurface(int w, int h, Surface sur) {
213 rsnContextSetSurface(mContext, w, h, sur);
215 native void rsnContextSetSurfaceTexture(int con, int w, int h, SurfaceTexture sur);
216 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) {
218 rsnContextSetSurfaceTexture(mContext, w, h, sur);
388 native void rsnAllocationSetSurface(int con, int alloc, Surface sur);
389 synchronized void nAllocationSetSurface(int alloc, Surface sur) {
391 rsnAllocationSetSurface(mContext, alloc, sur);