OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigID
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/egl/main/
eglconfig.h
55
EGLint
ConfigID
;
103
ATTRIB_MAP(EGL_CONFIG_ID,
ConfigID
);
eglconfig.c
64
conf->
ConfigID
= id;
84
assert(dpy && conf->
ConfigID
> 0);
538
if (conf->
ConfigID
!= EGL_DONT_CARE) {
649
return (compare_id) ? (conf1->
ConfigID
- conf2->
ConfigID
) : 0;
eglcontext.c
427
*value = c->Config->
ConfigID
;
eglsurface.c
363
*value = surface->Config->
ConfigID
;
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c
222
config_id = base.
ConfigID
;
223
base.
ConfigID
= EGL_DONT_CARE;
253
conf->base.
ConfigID
= config_id;
[
all
...]
Completed in 602 milliseconds