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

/external/mesa3d/src/mesa/main/
H A Ddlist.c6637 memdup(const void *src, GLsizei bytes) function
6656 n[3].data = memdup(v, count * 1 * sizeof(GLfloat));
6673 n[3].data = memdup(v, count * 2 * sizeof(GLfloat));
6690 n[3].data = memdup(v, count * 3 * sizeof(GLfloat));
6707 n[3].data = memdup(v, count * 4 * sizeof(GLfloat));
6797 n[3].data = memdup(v, count * 1 * sizeof(GLint));
6814 n[3].data = memdup(v, count * 2 * sizeof(GLint));
6831 n[3].data = memdup(v, count * 3 * sizeof(GLint));
6848 n[3].data = memdup(v, count * 4 * sizeof(GLfloat));
6939 n[3].data = memdup(
[all...]

Completed in 60 milliseconds