Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthOfFieldOptions.java23 public final RGBZ rgbz;
37 public DepthOfFieldOptions(RGBZ rgbz) { in DepthOfFieldOptions()
DRGBZ.java39 public class RGBZ { class
54 public RGBZ(Uri uri, ContentResolver contentResolver, Context context) throws IOException { in RGBZ() method in RGBZ
72 public RGBZ(Uri uriImage, Uri uriDepthmap, ContentResolver contentResolver, in RGBZ() method in RGBZ
DRefocusTest.java61 RGBZ current_rgbz = null; in refocus()
63 current_rgbz = new RGBZ(getResourceRef(R.drawable.test_image), in refocus()