Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DVrPipline1.java31 ScriptC_vr scriptC_vr; field in VrPipline1
56 scriptC_vr.set_opacity(state.mMaterial.getOpacityAllocation(state.mRs)); in creatOpacityAllocation()
60 scriptC_vr.set_color_map(state.mMaterial.getColorMapAllocation(state.mRs)); in creatColorMapAllocation()
72 if (scriptC_vr == null) { in setupTriangles()
73 scriptC_vr = new ScriptC_vr(state.mRs); in setupTriangles()
78 scriptC_vr.set_matrix4(matrix4f); in setupTriangles()
85 scriptC_vr.set_matrix3(matrix3f); in setupTriangles()
88 scriptC_vr.invoke_setup_vectors(); in setupTriangles()
96 scriptC_vr.set_volume(state.mVolume.mVolumeAllocation); in raycast()
97 scriptC_vr.set_bricks(state.mRsMask.mBrick_allocation); in raycast()
[all …]