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