/external/mesa3d/src/glx/apple/ |
D | apple_glx_pixmap.c | 178 p->fbconfigID = cmodes->fbconfigID; in apple_glx_pixmap_create() 212 *value = p->fbconfigID; in apple_glx_pixmap_query()
|
D | apple_glx_pbuffer.c | 171 pbuf->fbconfigID = modes->fbconfigID; in apple_glx_pbuffer_create() 303 *value = pbuf->fbconfigID; in apple_glx_pbuffer_query()
|
D | apple_glx_drawable.h | 73 GLint fbconfigID; member 88 GLint fbconfigID; member
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_glx_pixmap.c | 178 p->fbconfigID = cmodes->fbconfigID; in apple_glx_pixmap_create() 212 *value = p->fbconfigID; in apple_glx_pixmap_query()
|
D | apple_glx_pbuffer.c | 171 pbuf->fbconfigID = modes->fbconfigID; in apple_glx_pbuffer_create() 303 *value = pbuf->fbconfigID; in apple_glx_pbuffer_query()
|
D | apple_glx_drawable.h | 73 GLint fbconfigID; member 88 GLint fbconfigID; member
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glxconfig.c | 146 *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()
|
D | glxcmds.c | 923 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 …]
|
D | glxconfig.h | 80 GLint fbconfigID; member
|
D | create_context.c | 105 cfg->fbconfigID, in glXCreateContextAttribsARB()
|
D | glx_pbuffer.c | 426 req->fbconfig = config->fbconfigID; in CreateDrawable() 522 req->fbconfig = config->fbconfigID; in CreatePbuffer() 545 data[1] = config->fbconfigID; in CreatePbuffer()
|
D | glxext.c | 512 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
|
/external/mesa3d/src/glx/ |
D | glxconfig.c | 146 *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()
|
D | glxcmds.c | 923 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 …]
|
D | glxconfig.h | 80 GLint fbconfigID; member
|
D | create_context.c | 105 cfg->fbconfigID, in glXCreateContextAttribsARB()
|
D | glx_pbuffer.c | 426 req->fbconfig = config->fbconfigID; in CreateDrawable() 522 req->fbconfig = config->fbconfigID; in CreatePbuffer() 545 data[1] = config->fbconfigID; in CreatePbuffer()
|
D | glxext.c | 512 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
D | glcore.h | 119 GLint fbconfigID; member
|
D | glxinit.c | 122 (*next)->fbconfigID = GLX_DONT_CARE; in _gl_context_modes_create() 404 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glcore.h | 119 GLint fbconfigID; member
|
D | glxinit.c | 122 (*next)->fbconfigID = GLX_DONT_CARE; in _gl_context_modes_create() 404 config->fbconfigID = *bp++; in __glXInitializeVisualConfigFromTags()
|
/external/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 144 this->fbc.fbconfigID = 0xbeefcafe; in SetUp()
|
/external/chromium_org/third_party/mesa/src/src/glx/tests/ |
D | create_context_unittest.cpp | 144 this->fbc.fbconfigID = 0xbeefcafe; in SetUp()
|