Lines Matching refs:float_ptr
4179 GLfloat* float_ptr = (GLfloat*)feedback_data; in testDraw() local
4182 out_first_routine_result.m_x = float_ptr[0]; in testDraw()
4183 out_first_routine_result.m_y = float_ptr[1]; in testDraw()
4184 out_first_routine_result.m_z = float_ptr[2]; in testDraw()
4185 out_first_routine_result.m_w = float_ptr[3]; in testDraw()
4188 out_second_routine_result.m_x = float_ptr[4]; in testDraw()
4189 out_second_routine_result.m_y = float_ptr[5]; in testDraw()
4190 out_second_routine_result.m_z = float_ptr[6]; in testDraw()
4191 out_second_routine_result.m_w = float_ptr[7]; in testDraw()
4194 out_third_routine_result.m_x = float_ptr[8]; in testDraw()
4195 out_third_routine_result.m_y = float_ptr[9]; in testDraw()
4196 out_third_routine_result.m_z = float_ptr[10]; in testDraw()
4197 out_third_routine_result.m_w = float_ptr[11]; in testDraw()
4200 GLuint* uint_ptr = (GLuint*)(float_ptr + 12); in testDraw()