Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DDisplay.h21 #define MAXVISUALSPERDEPTH 256 macro
H A DScreen.c167 depths[0].vids = (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen()
215 (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen()
218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) { in xnestOpenScreen()