HomeSort by relevance Sort by last modified time
    Searched full:blurconst (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 174 ScriptField_BlurOffsets blurConst = new ScriptField_BlurOffsets(rs, 1);
182 mPF_BlurH = getShader(res, rs, R.raw.blur_h, blurConst.getAllocation().getType());
183 mPF_BlurV = getShader(res, rs, R.raw.blur_v, blurConst.getAllocation().getType());

Completed in 42 milliseconds