Searched defs:fbconfigID (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.h73 GLint fbconfigID; member in struct:apple_glx_pbuffer
88 GLint fbconfigID; member in struct:apple_glx_pixmap
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.h80 GLint fbconfigID; member in struct:glx_config
H A Dglxcmds.c923 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
972 MATCH_DONT_CARE(fbconfigID);
1434 uint32_t fbconfigID = 0; local
1517 fbconfigID = pProp[1];
1531 if (fbconfigID != 0) {
1532 mode = glx_config_find_fbconfig(psc->configs, fbconfigID);
1569 *value = ctx->config ? ctx->config->fbconfigID : None;
1647 return CreateContext(dpy, config->fbconfigID, config, shareList,
1675 && (priv->screens[screen]->configs->fbconfigID
1680 if (config->fbconfigID !
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.h73 GLint fbconfigID; member in struct:apple_glx_pbuffer
88 GLint fbconfigID; member in struct:apple_glx_pixmap
/external/mesa3d/src/glx/
H A Dglxconfig.h80 GLint fbconfigID; member in struct:glx_config
H A Dglxcmds.c923 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
972 MATCH_DONT_CARE(fbconfigID);
1434 uint32_t fbconfigID = 0; local
1517 fbconfigID = pProp[1];
1531 if (fbconfigID != 0) {
1532 mode = glx_config_find_fbconfig(psc->configs, fbconfigID);
1569 *value = ctx->config ? ctx->config->fbconfigID : None;
1647 return CreateContext(dpy, config->fbconfigID, config, shareList,
1675 && (priv->screens[screen]->configs->fbconfigID
1680 if (config->fbconfigID !
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglcore.h119 GLint fbconfigID; member in struct:__GLcontextModesRec
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglcore.h119 GLint fbconfigID; member in struct:__GLcontextModesRec

Completed in 978 milliseconds