Searched refs:__GLX_RENDER_CMD_SIZE_LIMIT (Results 1 – 2 of 2) sorted by relevance
426 if (bufSize > __GLX_RENDER_CMD_SIZE_LIMIT) { in indirect_create_context()427 bufSize = __GLX_RENDER_CMD_SIZE_LIMIT; in indirect_create_context()
480 #define __GLX_RENDER_CMD_SIZE_LIMIT 4096 macro