Home
last modified time | relevance | path

Searched defs:config_base (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp63 struct glx_config *config_base, in indirect_create_context_attribs()
80 struct glx_config *config_base, in applegl_create_context()
/third_party/mesa3d/src/glx/
Ddriwindows_glx.c121 struct glx_config *config_base, in driwindows_create_context()
175 struct glx_config *config_base, in driwindows_create_context_attribs()
Ddri3_glx.c233 struct glx_config *config_base, in dri3_create_context_attribs()
370 struct glx_config *config_base) in dri3_create_drawable()
Ddri_common.c663 struct glx_config *config_base, in dri_common_create_context()
Ddri2_glx.c155 struct glx_config *config_base, in dri2_create_context_attribs()
293 struct glx_config *config_base) in dri2CreateDrawable()
Ddrisw_glx.c555 struct glx_config *config_base, in drisw_create_context_attribs()
/third_party/node/deps/v8/third_party/inspector_protocol/
Dcode_generator.py40 def json_to_object(data, output_base, config_base): argument