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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_client.c1710 const GLint idHwInitialBuffer = idHwArrayBuffer; local
1716 CRASSERT(idHwInitialBuffer == tstHwBuffer);
1933 if (idHwArrayBuffer != idHwInitialBuffer)
1935 diff_api.BindBufferARB(GL_ARRAY_BUFFER_ARB, idHwInitialBuffer);
2007 const GLint idHwInitialBuffer = idHwArrayBuffer; local
2013 CRASSERT(idHwInitialBuffer == tstHwBuffer);
2215 if (idHwArrayBuffer != idHwInitialBuffer)
2217 diff_api.BindBufferARB(GL_ARRAY_BUFFER_ARB, idHwInitialBuffer);

Completed in 47 milliseconds