Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp93 GLubyte dummyBuffer[__GLX_BUFFER_LIMIT_SIZE];
99 &dummyBuffer[__GLX_BUFFER_LIMIT_SIZE],
/external/mesa3d/src/glx/
Dglxcurrent.c47 static GLubyte dummyBuffer[__GLX_BUFFER_LIMIT_SIZE];
59 &dummyBuffer[__GLX_BUFFER_LIMIT_SIZE],
Dindirect_glx.c430 gc->limit = gc->buf + bufSize - __GLX_BUFFER_LIMIT_SIZE; in indirect_create_context()
Dglxclient.h472 #define __GLX_BUFFER_LIMIT_SIZE (__GLX_MAX_SMALL_RENDER_CMD_SIZE + 32) macro