Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRefocusFilter.java109 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); in processLayersFromBackToFocus() local
110 setBlendInfo(dilationRadius); in processLayersFromBackToFocus()
152 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); in processLayersFromFrontToFocus() local
153 setBlendInfo(dilationRadius); in processLayersFromFrontToFocus()
203 protected abstract void setBlendInfo(int dilationRadius); in setBlendInfo() argument
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DRefocusFilterF32.java130 protected void setBlendInfo(int dilationRadius) { in setBlendInfo() argument
131 scriptC.invoke_SetBlendInfo(dilationRadius); in setBlendInfo()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DRefocusFilterd1new.java128 protected void setBlendInfo(int dilationRadius) { in setBlendInfo() argument
129 scriptC.invoke_SetBlendInfo(dilationRadius); in setBlendInfo()