OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GLXFBConfig
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxfbconfig.h
35
int AreFBConfigsMatch(
__GLXFBConfig
*c1,
__GLXFBConfig
*c2 );
36
__GLXFBConfig
*FindMatchingFBConfig(
__GLXFBConfig
*c,
__GLXFBConfig
*configs, int nconfigs );
glxdrawable.h
39
__GLXFBConfig
*pFBConfig;
52
__GLXFBConfig
*pGlxFBConfig;
59
__GLXFBConfig
*pFBConfig;
glxscreens.c
51
__GLXFBConfig
**__glXFBConfigs;
242
__glXFBConfigs = (
__GLXFBConfig
**)malloc( dmxScreen0->numFBConfigs *
243
(numscreens+1) * sizeof(
__GLXFBConfig
*) );
247
__GLXFBConfig
*cfg = NULL;
274
__GLXFBConfig
*proxy_cfg;
279
proxy_cfg = malloc( sizeof(
__GLXFBConfig
) );
280
memcpy( proxy_cfg, cfg, sizeof(
__GLXFBConfig
) );
330
__GLXFBConfig
*glxLookupFBConfig( GLXFBConfigID id )
342
__GLXFBConfig
*glxLookupFBConfigByVID( VisualID vid )
354
__GLXFBConfig
*glxLookupBackEndFBConfig( GLXFBConfigID id, int screen
[
all
...]
glxcontext.h
57
__GLXFBConfig
*pFBConfig;
glxfbconfig.c
33
int AreFBConfigsMatch(
__GLXFBConfig
*c1,
__GLXFBConfig
*c2 )
96
__GLXFBConfig
*FindMatchingFBConfig(
__GLXFBConfig
*c,
__GLXFBConfig
*configs, int nconfigs )
glxcmds.c
61
extern
__GLXFBConfig
**__glXFBConfigs;
64
extern
__GLXFBConfig
*glxLookupFBConfig( GLXFBConfigID id );
65
extern
__GLXFBConfig
*glxLookupFBConfigByVID( VisualID vid );
66
extern
__GLXFBConfig
*glxLookupBackEndFBConfig( GLXFBConfigID id, int screen );
240
__GLXFBConfig
*beFBConfig = glxLookupBackEndFBConfig( glxc->pFBConfig->id,
1645
__GLXFBConfig
*pFBConfig;
1799
__GLXFBConfig
*be_FBConfig = glxLookupBackEndFBConfig( pFBConfig->id, s );
1815
__GLXFBConfig
*be_FBConfig = glxLookupBackEndFBConfig( pFBConfig->id, s );
2707
__GLXFBConfig
*pFBConfig;
2812
__GLXFBConfig
*be_pFBConfig = __glXFBConfigs[ i * (screenInfo.numScreens+1)+screen+1 ]
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.h
46
__GLXFBConfig
*GetGLXFBConfigs(Display *dpy,
50
__GLXvisualConfig *GetGLXVisualConfigsFromFBConfigs(
__GLXFBConfig
*fbconfigs,
dmx_glxvisuals.c
235
__GLXFBConfig
*GetGLXFBConfigs(Display *dpy, int glxMajorOpcode, int *nconfigs)
239
__GLXFBConfig
*config, *fbconfigs;
284
config = (
__GLXFBConfig
*)
285
Xmalloc(numFBConfigs * sizeof(
__GLXFBConfig
));
292
memset(config, 0, numFBConfigs * sizeof(
__GLXFBConfig
));
495
GetGLXVisualConfigsFromFBConfigs(
__GLXFBConfig
*fbconfigs, int nfbconfigs,
515
__GLXFBConfig
*fbcfg = &fbconfigs[i];
dmx.h
191
__GLXFBConfig
*fbconfigs;
/xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h
39
typedef struct __GLXFBConfigRec
__GLXFBConfig
;
Completed in 10 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026