OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 53 milliseconds