Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.h56 extern Bool __glXAddContext(__GLXcontext * cx);
H A Dcreatecontext.c357 if (!__glXAddContext(ctx)) { in __glXDisp_CreateContextAttribsARB()
H A Dglxext.c137 __glXAddContext(__GLXcontext * cx) in __glXAddContext() function
H A Dglxcmds.c352 if (!__glXAddContext(glxc)) { in DoCreateContext()