Home | History | Annotate | Download | only in galaxy4

Lines Matching refs:mRenderScript

40         private RenderScriptGL mRenderScript = null;
69 if (mRenderScript != null) {
70 mRenderScript.setSurface(null, 0, 0);
71 mRenderScript.destroy();
72 mRenderScript = null;
81 mRenderScript = new RenderScriptGL(Galaxy4Wallpaper.this, sc);
82 mRenderScript.setPriority(RenderScript.Priority.LOW);
96 if (mRenderScript != null) {
97 mRenderScript.setSurface(surfaceHolder, width, height);
102 mWallpaperRS.init(mDensityDPI, mRenderScript, getResources(), width, height);