Home
last modified time | relevance | path

Searched refs:SDL_LogDebug (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_vulkan_utils.c275SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Number of display properties for device %u: %… in SDL_Vulkan_Display_CreateSurface()
302 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Display: %s Native resolution: %ux%u", in SDL_Vulkan_Display_CreateSurface()
316SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Number of display modes: %u", displayModeProp… in SDL_Vulkan_Display_CreateSurface()
353SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Matching mode %ux%u with refresh rate %u", in SDL_Vulkan_Display_CreateSurface()
369SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Number of display planes: %u", displayPlanePr… in SDL_Vulkan_Display_CreateSurface()
404SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Number of supported displays for plane %u: %u… in SDL_Vulkan_Display_CreateSurface()
449SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Choosing plane %d, minimum extent %dx%d maxim… in SDL_Vulkan_Display_CreateSurface()
477SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Chose alpha mode 0x%x", createInfo.alphaMode); in SDL_Vulkan_Display_CreateSurface()
505 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vulkandisplay: Created surface"); in SDL_Vulkan_Display_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c250 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Delete DRM FB %u", fb_info->fb_id); in KMSDRM_FBDestroyCallback()
294 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "New DRM FB (%u): %ux%u, stride %u from BO %p", in KMSDRM_FBFromBO()
456 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "KMSDRM_VideoInit()"); in KMSDRM_VideoInit()
461 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Opening device %s", devname); in KMSDRM_VideoInit()
469 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Opened DRM FD (%d)", viddata->drm_fd); in KMSDRM_VideoInit()
492 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Found connector %d with %d modes.", in KMSDRM_VideoInit()
552 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Found encoder %d.", encoder->encoder_id); in KMSDRM_VideoInit()
573 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Saved crtc_id %u, fb_id %u, (%u,%u), %ux%u", in KMSDRM_VideoInit()
586 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, in KMSDRM_VideoInit()
664 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "KMSDRM_VideoQuit()"); in KMSDRM_VideoQuit()
[all …]
/AliOS-Things-master/components/SDL2/src/
A DSDL_error.c46 SDL_LogDebug(SDL_LOG_CATEGORY_ERROR, "%s", error->str); in SDL_SetError()
A DSDL_log.c191 SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogDebug() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_log.h150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .…
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevulkan.c70 SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "vivante: Loaded vulkan driver %s", path); in VIVANTE_Vulkan_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.h88 #define SDL_DFB_DEBUG(x...) SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, x)
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h33 #define SDL_LogDebug SDL_LogDebug_REAL macro
A DSDL_dynapi_procs.h37 SDL_DYNAPI_PROC(void,SDL_LogDebug,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c225SDL_LogDebug(SDL_LOG_CATEGORY_AUDIO, fmtstr, waveformat, format->frequency, wavechannel, format->b… in WaveDebugLogFormat()
315 SDL_LogDebug(SDL_LOG_CATEGORY_AUDIO, "%s", dumpstr); in WaveDebugDumpFormat()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c291 SDL_LogDebug(SDL_LOG_CATEGORY_RENDER, "%s", message); in GL_HandleDebugMessage()

Completed in 31 milliseconds