Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DVrState.java32 public Material mMaterial = new Material(); field in VrState
45 mMaterial = src.mMaterial; in clone()
107 mMaterial = src.mMaterial; in copyData()
DVrPipline1.java56 scriptC_vr.set_opacity(state.mMaterial.getOpacityAllocation(state.mRs)); in creatOpacityAllocation()
60 scriptC_vr.set_color_map(state.mMaterial.getColorMapAllocation(state.mRs)); in creatColorMapAllocation()
DRsBrickedBitMask.java69 scriptC_bricked.set_opacity(state.mMaterial.getOpacityAllocation(state.mRs)); in RsBrickedBitMask()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java340 mState1.mMaterial.setup(opacity, color); in setLook()