Lines Matching defs:index

4442 	gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, m_bo_id);
4735 * @param n_layer Layer index to use for the query. A value of 0 should be used for non-arrayed
4737 * @param n_face Face index to use for the query. A value of 0 should be used for non-CM texture
4745 * @param n_mipmap Mip-map index to use for the query. A value of 0 should be used for non-mipmapped
4747 * @param n_sample Sample index to use for the query. A value of 0 should be used for single-sampled
4767 /* Parent texture is not using faces. Compute layer index, as
4789 const unsigned int index =
4795 result = m_reference_color_storage->data[index];
6427 * This function throws an assertion failure if the requested layer/face/mip-map/sample index
6430 * @param n_layer Layer index to use for the association. Use a value of 0 for non-arrayed texture
6432 * @param n_face Face index to use for the association. Use a value of 0 for non-CM texture targets.
6433 * @param n_mipmap Mip-map index to use for the association. Use a value of 0 for non-mipmapped texture
6435 * @param n_sample Sample index to use for the association. Use a value of 0 for single-sampled texture
6453 const unsigned int index =
6459 m_reference_color_storage->data[index] = color;
6881 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, /* index for 'out_texture_data' */
6884 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 1, /* index for 'out_view_data' */
6962 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, m_bo_id);
8782 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, m_bo_id);
10124 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, m_bo_id);
10199 TCU_FAIL("Invalid iteration index");
10314 TCU_FAIL("Invalid iteration index");