Home
last modified time | relevance | path

Searched refs:mFSVignetteConst (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java63 private ScriptField_VignetteConstants_s mFSVignetteConst; field in ShadersTestRS
110 mFSVignetteConst = new ScriptField_VignetteConstants_s(mRS, 1); in initPF()
111 mScript.bind_gFSVignetteConstants(mFSVignetteConst); in initPF()
117 fs.addConstant(mFSVignetteConst.getAllocation().getType()); in initPF()
120 mPFVignette.bindConstants(mFSVignetteConst.getAllocation(), 0); in initPF()