Searched refs:fbconfigId (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxcmds.c | 152 VisualID vid, GLXFBConfigID fbconfigId, in CreateContext() argument 215 if (fbconfigId != None) { in CreateContext() 216 glxc->pFBConfig = glxLookupFBConfig(fbconfigId); in CreateContext() 218 client->errorValue = fbconfigId; in CreateContext() 1780 VisualID visual, GLXFBConfigID fbconfigId, in CreateGLXPixmap() argument 1813 if (fbconfigId == 0 && visual == 0) { in CreateGLXPixmap() 1817 if (fbconfigId != None) { in CreateGLXPixmap() 1818 pFBConfig = glxLookupFBConfig(fbconfigId); in CreateGLXPixmap() 1820 client->errorValue = fbconfigId; in CreateGLXPixmap() 2003 client->errorValue = (visual ? visual : fbconfigId); in CreateGLXPixmap() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxcmds.c | 1355 DoCreatePbuffer(ClientPtr client, int screenNum, XID fbconfigId, in DoCreatePbuffer() argument 1365 if (!validGlxFBConfig(client, pGlxScreen, fbconfigId, &config, &err)) in DoCreatePbuffer()
|