Home
last modified time | relevance | path

Searched refs:indices_copy (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c9455 GLint *indices_copy = NULL; in save_UniformSubroutinesuiv() local
9458 indices_copy = memdup(indices, sizeof(GLuint) * 4 * count); in save_UniformSubroutinesuiv()
9461 save_pointer(&n[3], indices_copy); in save_UniformSubroutinesuiv()