Searched refs:fbconfigID (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_pixmap.c178 p->fbconfigID = cmodes->fbconfigID;
212 *value = p->fbconfigID;
H A Dapple_glx_drawable.h73 GLint fbconfigID; member in struct:apple_glx_pbuffer
88 GLint fbconfigID; member in struct:apple_glx_pixmap
H A Dapple_glx_pbuffer.c171 pbuf->fbconfigID = modes->fbconfigID;
303 *value = pbuf->fbconfigID;
/external/mesa3d/src/glx/apple/
H A Dapple_glx_pixmap.c178 p->fbconfigID = cmodes->fbconfigID;
212 *value = p->fbconfigID;
H A Dapple_glx_drawable.h73 GLint fbconfigID; member in struct:apple_glx_pbuffer
88 GLint fbconfigID; member in struct:apple_glx_pixmap
H A Dapple_glx_pbuffer.c171 pbuf->fbconfigID = modes->fbconfigID;
303 *value = pbuf->fbconfigID;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c105 cfg->fbconfigID,
H A Dglxconfig.h80 GLint fbconfigID; member in struct:glx_config
H A Dglxconfig.c146 *value_return = mode->fbconfigID;
251 (*next)->fbconfigID = GLX_DONT_CARE;
305 if (c->fbconfigID == fbid)
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...]
H A Dglx_pbuffer.c426 req->fbconfig = config->fbconfigID;
522 req->fbconfig = config->fbconfigID;
545 data[1] = config->fbconfigID;
H A Dglxext.c512 config->fbconfigID = *bp++;
/external/mesa3d/src/glx/
H A Dcreate_context.c105 cfg->fbconfigID,
H A Dglxconfig.h80 GLint fbconfigID; member in struct:glx_config
H A Dglxconfig.c146 *value_return = mode->fbconfigID;
251 (*next)->fbconfigID = GLX_DONT_CARE;
305 if (c->fbconfigID == fbid)
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...]
H A Dglx_pbuffer.c426 req->fbconfig = config->fbconfigID;
522 req->fbconfig = config->fbconfigID;
545 data[1] = config->fbconfigID;
H A Dglxext.c512 config->fbconfigID = *bp++;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglcore.h119 GLint fbconfigID; member in struct:__GLcontextModesRec
H A Dglxinit.c122 (*next)->fbconfigID = GLX_DONT_CARE;
404 config->fbconfigID = *bp++;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglcore.h119 GLint fbconfigID; member in struct:__GLcontextModesRec
H A Dglxinit.c122 (*next)->fbconfigID = GLX_DONT_CARE;
404 config->fbconfigID = *bp++;
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dcreate_context_unittest.cpp144 this->fbc.fbconfigID = 0xbeefcafe;
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp144 this->fbc.fbconfigID = 0xbeefcafe;

Completed in 279 milliseconds