Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c178 p->fbconfigID = cmodes->fbconfigID; in apple_glx_pixmap_create()
212 *value = p->fbconfigID; in apple_glx_pixmap_query()
Dapple_glx_pbuffer.c171 pbuf->fbconfigID = modes->fbconfigID; in apple_glx_pbuffer_create()
303 *value = pbuf->fbconfigID; in apple_glx_pbuffer_query()
Dapple_glx_drawable.h73 GLint fbconfigID; member
88 GLint fbconfigID; member
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_glx_pixmap.c178 p->fbconfigID = cmodes->fbconfigID; in apple_glx_pixmap_create()
212 *value = p->fbconfigID; in apple_glx_pixmap_query()
Dapple_glx_pbuffer.c171 pbuf->fbconfigID = modes->fbconfigID; in apple_glx_pbuffer_create()
303 *value = pbuf->fbconfigID; in apple_glx_pbuffer_query()
Dapple_glx_drawable.h73 GLint fbconfigID; member
88 GLint fbconfigID; member
/external/chromium_org/third_party/mesa/src/src/glx/
Dglxconfig.c146 *value_return = mode->fbconfigID; in glx_config_get()
251 (*next)->fbconfigID = GLX_DONT_CARE; in glx_config_create_list()
305 if (c->fbconfigID == fbid) in glx_config_find_fbconfig()
Dglxcmds.c923 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE); in init_fbconfig_for_chooser()
972 MATCH_DONT_CARE(fbconfigID); in fbconfigs_compatible()
1434 uint32_t fbconfigID = 0; in glXImportContextEXT() local
1517 fbconfigID = pProp[1]; in glXImportContextEXT()
1531 if (fbconfigID != 0) { in glXImportContextEXT()
1532 mode = glx_config_find_fbconfig(psc->configs, fbconfigID); in glXImportContextEXT()
1569 *value = ctx->config ? ctx->config->fbconfigID : None; in glXQueryContext()
1647 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
1675 && (priv->screens[screen]->configs->fbconfigID in glXGetFBConfigs()
1680 if (config->fbconfigID != (int) GLX_DONT_CARE) { in glXGetFBConfigs()
[all …]
Dglxconfig.h80 GLint fbconfigID; member
Dcreate_context.c105 cfg->fbconfigID, in glXCreateContextAttribsARB()
Dglx_pbuffer.c426 req->fbconfig = config->fbconfigID; in CreateDrawable()
522 req->fbconfig = config->fbconfigID; in CreatePbuffer()
545 data[1] = config->fbconfigID; in CreatePbuffer()
Dglxext.c512 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
/external/mesa3d/src/glx/
Dglxconfig.c146 *value_return = mode->fbconfigID; in glx_config_get()
251 (*next)->fbconfigID = GLX_DONT_CARE; in glx_config_create_list()
305 if (c->fbconfigID == fbid) in glx_config_find_fbconfig()
Dglxcmds.c923 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE); in init_fbconfig_for_chooser()
972 MATCH_DONT_CARE(fbconfigID); in fbconfigs_compatible()
1434 uint32_t fbconfigID = 0; in glXImportContextEXT() local
1517 fbconfigID = pProp[1]; in glXImportContextEXT()
1531 if (fbconfigID != 0) { in glXImportContextEXT()
1532 mode = glx_config_find_fbconfig(psc->configs, fbconfigID); in glXImportContextEXT()
1569 *value = ctx->config ? ctx->config->fbconfigID : None; in glXQueryContext()
1647 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
1675 && (priv->screens[screen]->configs->fbconfigID in glXGetFBConfigs()
1680 if (config->fbconfigID != (int) GLX_DONT_CARE) { in glXGetFBConfigs()
[all …]
Dglxconfig.h80 GLint fbconfigID; member
Dcreate_context.c105 cfg->fbconfigID, in glXCreateContextAttribsARB()
Dglx_pbuffer.c426 req->fbconfig = config->fbconfigID; in CreateDrawable()
522 req->fbconfig = config->fbconfigID; in CreatePbuffer()
545 data[1] = config->fbconfigID; in CreatePbuffer()
Dglxext.c512 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
Dglcore.h119 GLint fbconfigID; member
Dglxinit.c122 (*next)->fbconfigID = GLX_DONT_CARE; in _gl_context_modes_create()
404 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglcore.h119 GLint fbconfigID; member
Dglxinit.c122 (*next)->fbconfigID = GLX_DONT_CARE; in _gl_context_modes_create()
404 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp144 this->fbc.fbconfigID = 0xbeefcafe; in SetUp()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dcreate_context_unittest.cpp144 this->fbc.fbconfigID = 0xbeefcafe; in SetUp()