Home
last modified time | relevance | path

Searched refs:DEBUG_MSG (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_device.c96 DEBUG_MSG("msm DRM device"); in fd_device_new()
100 DEBUG_MSG("kgsl DRM device"); in fd_device_new()
Dfreedreno_priv.h159 #define DEBUG_MSG(fmt, ...) \ macro
/external/harfbuzz_ng/src/
Dhb-coretext.cc105 DEBUG_MSG (CORETEXT, face, "Face has empty blob"); in _hb_coretext_shaper_face_data_create()
116 DEBUG_MSG (CORETEXT, face, "Face CGFontCreateWithDataProvider() failed"); in _hb_coretext_shaper_face_data_create()
170 DEBUG_MSG (CORETEXT, font, "Font CTFontCreateWithGraphicsFont() failed"); in _hb_coretext_shaper_font_data_create()
652 DEBUG_MSG (CORETEXT, NULL, __VA_ARGS__); \ in _hb_coretext_shape()
664 DEBUG_MSG (CORETEXT, buffer, "Buffer resize"); in _hb_coretext_shape()
786 DEBUG_MSG (CORETEXT, NULL, "Num runs: %d", num_runs); in _hb_coretext_shape()
799 DEBUG_MSG (CORETEXT, run, "CTRunStatus: %x", run_status); in _hb_coretext_shape()
868 DEBUG_MSG (CORETEXT, run, "Run used fallback font: %ld..%ld", in _hb_coretext_shape()
969 DEBUG_MSG (CORETEXT, run, "Run advance: %g", run_advance); in _hb_coretext_shape()
Dhb-uniscribe.cc220 DEBUG_MSG (UNISCRIBE, NULL, "OpenType versions of functions not found; falling back."); in init()
449 DEBUG_MSG (UNISCRIBE, face, "Face has empty blob"); in _hb_uniscribe_shaper_face_data_create()
464 DEBUG_MSG (UNISCRIBE, face, "Face AddFontMemResourceEx() failed"); in _hb_uniscribe_shaper_face_data_create()
519 DEBUG_MSG (UNISCRIBE, font, "Font populate_log_font() failed"); in _hb_uniscribe_shaper_font_data_create()
526 DEBUG_MSG (UNISCRIBE, font, "Font CreateFontIndirectW() failed"); in _hb_uniscribe_shaper_font_data_create()
532 DEBUG_MSG (UNISCRIBE, font, "Font SelectObject() failed"); in _hb_uniscribe_shaper_font_data_create()
727 DEBUG_MSG (UNISCRIBE, NULL, __VA_ARGS__); \ in _hb_uniscribe_shape()
Dhb-buffer.cc604 DEBUG_MSG (BUFFER, buffer, in dump_var_allocation()
615 DEBUG_MSG (BUFFER, this, in allocate_var()
631 DEBUG_MSG (BUFFER, this, in deallocate_var()
648 DEBUG_MSG (BUFFER, this, in assert_var()
Dhb-object-private.hh117 DEBUG_MSG (OBJECT, (void *) obj, in hb_object_trace()
Dhb-ft.cc519 DEBUG_MSG (FT, font, "Font face has empty blob"); in hb_ft_font_set_funcs()
530 DEBUG_MSG (FT, font, "Font face FT_New_Memory_Face() failed"); in hb_ft_font_set_funcs()
Dhb-private.hh709 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… macro
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c225 DEBUG_MSG("nr_cmds=%u, nr_bos=%u\n", req.nr_cmds, req.nr_bos); in msm_ringbuffer_flush()