Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c5048 GLuint *idCopy = (GLuint *) malloc(num * sizeof(GLuint)); in save_RequestResidentProgramsNV() local
5049 if (!idCopy) { in save_RequestResidentProgramsNV()
5053 memcpy(idCopy, ids, num * sizeof(GLuint)); in save_RequestResidentProgramsNV()
5055 n[2].data = idCopy; in save_RequestResidentProgramsNV()