Searched refs:nativeValue (Results 1 – 1 of 1) sorted by relevance
917 internal enum class UniformId(val nativeValue: Int) { constant in UniformId1001 fun fromNativeValue(nativeValue: Int): UniformId? { in fromNativeValue()1003 if (type.nativeValue == nativeValue) return type in fromNativeValue()1029 internal enum class Type(val nativeValue: Int, val meshSpecValue: Int) { constant in Type1045 fun fromNativeValue(nativeValue: Int): Type? { in fromNativeValue()1047 if (type.nativeValue == nativeValue) return type in fromNativeValue()