Lines Matching refs:index

4247 	// index buffer
4331 << ((m_drawMethod == DRAWMETHOD_DRAW_ELEMENTS) ? ("Note that index array size is not included in the processed size.\n") : (""))
4460 << ((m_drawMethod == DRAWMETHOD_DRAW_ELEMENTS) ? ("Note that index array size is not included in the processed size.\n") : (""))
4778 << ((m_targetBuffer == TARGETBUFFER_INDEX) ? ("index") : ("vertex attrib"))
4816 << ((m_drawMethod == DRAWMETHOD_DRAW_ELEMENTS) ? ("Note that index array size is not included in the processed size.\n") : (""))
4871 // make the index buffer present on the gpu
5512 // index buffer is static, use another vertex buffer to keep original buffer in unused state
5593 const int index = numSwaps*m_numSamplesPerSwap + sampleNdx;
5595 m_samples[index].numFrames = numSwaps;
5607 << "Uploaded buffer is a " << ((m_targetBuffer == TARGETBUFFER_VERTEX) ? ("vertex attribute") : ("index")) << " buffer.\n"
5849 // respecify and delete index buffer
6534 "Measure time consumed by drawElements, index upload, another drawElements, and readPixels function calls.",
6541 "Measure time consumed by drawElements, partial index upload, another drawElements, and readPixels function calls.",
6683 "Measure time consumed by index upload, drawElements, and readPixels function calls",
6690 "Measure time consumed by partial index upload, drawElements, and readPixels function calls",
6792 "Measure time consumed by drawElements, index upload, another drawElements, and readPixels function calls.",
6799 "Measure time consumed by drawElements, partial index upload, another drawElements, and readPixels function calls.",
6865 { "draw_elements_indices", "Upload index data, draw with drawElements", DRAWMETHOD_DRAW_ELEMENTS, TARGETBUFFER_INDEX },