Searched defs:crPackDrawElements (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_client.c665 crPackDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) function
678 crWarning("crPackDrawElements: trying to use bound but empty elements buffer, ignoring.");
725 crWarning("crPackDrawElements: trying to use bound but empty elements buffer, ignoring.");
775 "crPackDrawElements(negative count)");
782 "crPackDrawElements(bad mode)");
791 "crPackDrawElements(bad type)");
938 crPackDrawElements(mode, count[i], type, indices[i]);

Completed in 235 milliseconds