Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java33 Allocation mOpacityAllocation; field in Material
304 if (mOpacityAllocation == null) { in getOpacityAllocation()
307 mOpacityAllocation = Allocation.createTyped(rs, b.create()); in getOpacityAllocation()
309 mOpacityAllocation.copyFromUnchecked(mOpacityTable); in getOpacityAllocation()
310 return mOpacityAllocation; in getOpacityAllocation()