OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matching_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c
123
_EGLConfig *
matching_config
;
local
225
num_configs = _eglFilterArray(disp->Configs, (void **) &
matching_config
, 1,
229
conf = (struct dri2_egl_config *)
matching_config
;
[
all
...]
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c
123
_EGLConfig *
matching_config
;
local
225
num_configs = _eglFilterArray(disp->Configs, (void **) &
matching_config
, 1,
229
conf = (struct dri2_egl_config *)
matching_config
;
[
all
...]
Completed in 599 milliseconds