Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
89 slice = 0x80000000 & rsGetElementAt_uint(bricks, slice_pos - BRICK_SIZE);
93 slice = 1 & rsGetElementAt_uint(bricks, slice_pos + BRICK_SIZE);
107 slice = rsGetElementAt_uint(bricks, slice_pos + off_neg_y);
118 slice = rsGetElementAt_uint(bricks, slice_pos + off_pos_y);
128 slice = rsGetElementAt_uint(bricks, slice_pos + off_neg_z);
138 slice = rsGetElementAt_uint(bricks, slice_pos + off_pos_z);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java381 final String []slice_pos = new String[count]; in buildRSVolume() local
418 slice_pos[z] = val; in buildRSVolume()
471 String[]s1ps = slice_pos[0].split("\\\\"); in buildRSVolume()
472 String[]s2ps = slice_pos[1].split("\\\\"); in buildRSVolume()