Searched refs:RectData (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmapbufrange.c29 static const float RectData[] = { variable in typeref:typename:const float[]
53 GLintptr offset = r * sizeof(RectData);
54 GLsizeiptr length = sizeof(RectData);
68 memcpy(rect, RectData, sizeof(RectData));
72 float x = 0.2 * RectData[i*6+0];
73 float y = 0.2 * RectData[i*6+1];
165 GLuint BufferSize = NumRects * sizeof(RectData);

Completed in 3 milliseconds