Home | History | Annotate | Download | only in iosgl

Lines Matching full:equation

432 	float* equation = (float*)env->GetPrimitiveArrayCritical(obj_equation, 0);
439 env->ReleasePrimitiveArrayCritical(obj_equation, equation, 0);
444 float* equation = (float*)(obj_equation?env->GetDirectBufferAddress(obj_equation):0);