Searched refs:MakeIntValue (Results 1 – 4 of 4) sorted by relevance
138 result = MakeIntValue(env->CallBooleanMethod(object, method) == JNI_TRUE ? 1 : 0); in ToCValue()141 result = MakeIntValue(env->CallIntMethod(object, method)); in ToCValue()
54 Value MakeIntValue(int value);
158 Value MakeIntValue(int value) { in MakeIntValue() function
844 return !GLEnv::CheckGLError("GetVariableValue") ? MakeIntValue(value) in GetUniformValue()