OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_get_option
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/auxiliary/target-helpers/
inline_wrapper_sw_helper.h
20
driver =
debug_get_option
("GALLIUM_DRIVER", "native");
inline_sw_helper.h
56
driver =
debug_get_option
("GALLIUM_DRIVER", default_driver);
/external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_winsys.c
68
idws->dump_raw_file =
debug_get_option
("I915_DUMP_RAW_FILE", NULL);
/external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c
75
driver =
debug_get_option
("GALLIUM_DRIVER", default_driver);
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c
132
const char* filename =
debug_get_option
("GALLIUM_REFCNT_LOG", NULL);
u_debug.h
354
debug_get_option
(const char *name, const char *dfault);
u_debug.c
104
debug_get_option
(const char *name, const char *dfault)
function
/external/mesa3d/src/gallium/drivers/trace/
tr_dump.c
233
filename =
debug_get_option
("GALLIUM_TRACE", NULL);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h
144
float feature_level_number = atof(
debug_get_option
("D3D11_FEATURE_LEVEL", default_level_name));
[
all
...]
Completed in 436 milliseconds