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

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_arrays.c19 void DLM_APIENTRY crDLMCompileArrayElement (GLint index, CRClientState *c) function
247 crDLMCompileArrayElement(first + i, c);
282 crDLMCompileArrayElement((GLint) *p++, c);
288 crDLMCompileArrayElement((GLint) * (GLushort *) p, c);
295 crDLMCompileArrayElement((GLint) * (GLuint *) p, c);
338 crDLMCompileArrayElement((GLint) *p++, c);
344 crDLMCompileArrayElement((GLint) * (GLushort *) p, c);
351 crDLMCompileArrayElement((GLint) * (GLuint *) p, c);

Completed in 45 milliseconds