Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java34 Allocation mColorMapAllocation; field in Material
314 if (mColorMapAllocation == null) { in getColorMapAllocation()
317 mColorMapAllocation = Allocation.createTyped(rs, b.create()); in getColorMapAllocation()
319 mColorMapAllocation.copyFromUnchecked(mColor); in getColorMapAllocation()
320 return mColorMapAllocation; in getColorMapAllocation()