Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxcurrent.c55 static GLubyte dummyBuffer[__GLX_BUFFER_LIMIT_SIZE];
67 &dummyBuffer[__GLX_BUFFER_LIMIT_SIZE],
Dindirect_glx.c417 gc->limit = gc->buf + bufSize - __GLX_BUFFER_LIMIT_SIZE; in indirect_create_context()
Dglxclient.h452 #define __GLX_BUFFER_LIMIT_SIZE (__GLX_MAX_SMALL_RENDER_CMD_SIZE + 32) macro