Lines Matching defs:results

2565 	/* Check results.
2614 glw::GLfloat* results = (glw::GLfloat*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY);
2623 glw::GLfloat result = results[i + j * m_max_transform_feedback_components];
2635 glw::GLfloat result[4] = { results[(j + 1) * m_max_transform_feedback_components - 4],
2636 results[(j + 1) * m_max_transform_feedback_components - 3],
2637 results[(j + 1) * m_max_transform_feedback_components - 2],
2638 results[(j + 1) * m_max_transform_feedback_components - 1] };
3261 glw::GLfloat* results = (glw::GLfloat*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY);
3268 glw::GLfloat result = results[j * 4 + k];
3290 glw::GLfloat* results = (glw::GLfloat*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY);
3295 glw::GLfloat result[4] = { results[j * 4], results[j * 4 + 1], results[j * 4 + 2], results[j * 4 + 3] };
4100 /* Check results.
4154 /* Check results.
4610 /* Check results. */
4914 glw::GLfloat* results =
4920 if (results)
4922 if ((results[0] == 8.f) && (results[1] == 16.f) && (results[2] == 24.f) && (results[3] == 32.f))
5165 glw::GLfloat* results =
5169 if ((results[0] != 1.0) || (results[1] != 2.0) || (results[2] != 3.0) || (results[3] != 4.0) ||
5171 (results[8] != 5.0) || (results[9] != 6.0) || (results[10] != 7.0) || (results[11] != 8.0))
5182 results = (glw::GLfloat*)gl.mapBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, s_bo_size, GL_MAP_READ_BIT);
5185 if ((results[0] != 9.0) || (results[1] != 10.0) || (results[2] != 11.0) || (results[3] != 12.0) ||
5187 (results[8] != 13.0) || (results[9] != 14.0) || (results[10] != 15.0) || (results[11] != 16.0))
5600 /* Check results. */
6007 /* Check results. */
6470 /* Check results. */