Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c7937 GLint *box_copy = NULL; in save_WindowRectanglesEXT() local
7940 box_copy = memdup(box, sizeof(GLint) * 4 * count); in save_WindowRectanglesEXT()
7943 save_pointer(&n[3], box_copy); in save_WindowRectanglesEXT()