Searched refs:glx_memory (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | yuvrect_client.c | 24 static void *glx_memory; variable in typeref:typename:void * 104 void *glx_memory = NULL; local in function:Init 144 glx_memory = glXAllocateMemoryMESA(dpy, screen, ImgWidth * ImgHeight * 2, 0, 0 ,0); 146 if (!glx_memory) 152 memcpy(glx_memory, ImageYUV, ImgWidth * ImgHeight * 2); 158 GL_YCBCR_MESA, GL_UNSIGNED_SHORT_8_8_APPLE, glx_memory); 323 glXFreeMemoryMESA(dpy, DefaultScreen(dpy), glx_memory);
|
Completed in 2 milliseconds