Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestyuv.c107 …_APPLICATION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(format), SDL_GetPixelForma… in verify_yuv_data()
146 …_LOG_CATEGORY_APPLICATION, "Failed conversion from %s to RGB\n", SDL_GetPixelFormatName(formats[i]… in run_automated_tests()
155 …TION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(pattern->format->format), SDL_GetP… in run_automated_tests()
159 …_LOG_CATEGORY_APPLICATION, "Failed conversion from RGB to %s\n", SDL_GetPixelFormatName(formats[i]… in run_automated_tests()
170 …TION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(pattern->format->format), SDL_GetP… in run_automated_tests()
174 …PPLICATION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(formats[i]), SDL_GetPixelFor… in run_automated_tests()
178 …LICATION, "Failed conversion from %s to %s\n", SDL_GetPixelFormatName(formats[i]), SDL_GetPixelFor… in run_automated_tests()
195 …TION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(pattern->format->format), SDL_GetP… in run_automated_tests()
199 …PPLICATION, "Couldn't convert %s to %s: %s\n", SDL_GetPixelFormatName(formats[i]), SDL_GetPixelFor… in run_automated_tests()
203 …LICATION, "Failed conversion from %s to %s\n", SDL_GetPixelFormatName(formats[i]), SDL_GetPixelFor… in run_automated_tests()
[all …]
A Dtestautomation_pixels.c247 result = (char *)SDL_GetPixelFormatName(format); in pixels_getPixelFormatName()
262 result = (char *)SDL_GetPixelFormatName(format); in pixels_getPixelFormatName()
278 result = (char *)SDL_GetPixelFormatName(format); in pixels_getPixelFormatName()
295 result = (char *)SDL_GetPixelFormatName(format); in pixels_getPixelFormatName()
A Dtestdisplayinfo.c27 prefix, SDL_GetPixelFormatName(mode->format), in print_mode()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_yuv.c124 … return SDL_SetError("GetYUVPlanes(): Unsupported YUV format: %s", SDL_GetPixelFormatName(format)); in GetYUVPlanes()
179 …return SDL_SetError("GetYUVPlanes[2]: Unsupported YUV format: %s", SDL_GetPixelFormatName(format)); in GetYUVPlanes()
771 … return SDL_SetError("Unsupported YUV destination format: %s", SDL_GetPixelFormatName(dst_format)); in SDL_ConvertPixels_ARGB8888_to_YUV()
894 …r("SDL_ConvertPixels_YUV_to_YUV_Copy: Unsupported YUV format: %s", SDL_GetPixelFormatName(format)); in SDL_ConvertPixels_YUV_to_YUV_Copy()
1223 …nar2x2: Unsupported YUV conversion: %s -> %s", SDL_GetPixelFormatName(src_format), SDL_GetPixelFor… in SDL_ConvertPixels_Planar2x2_to_Planar2x2()
1536 …acked4: Unsupported YUV conversion: %s -> %s", SDL_GetPixelFormatName(src_format), SDL_GetPixelFor… in SDL_ConvertPixels_Packed4_to_Packed4()
1839 …to_YUV: Unsupported YUV conversion: %s -> %s", SDL_GetPixelFormatName(src_format), SDL_GetPixelFor… in SDL_ConvertPixels_YUV_to_YUV()
A DSDL_pixels.c86 SDL_GetPixelFormatName(Uint32 format) in SDL_GetPixelFormatName() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h350 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h277 #define SDL_GetPixelFormatName SDL_GetPixelFormatName_REAL macro
A DSDL_dynapi_procs.h308 SDL_DYNAPI_PROC(const char*,SDL_GetPixelFormatName,(Uint32 a),(a),return)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c932 SDL_GetPixelFormatName(mode.format)); in SDLTest_CommonInit()
953 SDL_GetPixelFormatName(mode.format)); in SDLTest_CommonInit()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c463 SDL_GetPixelFormatName(texture->format)); in GL_CreateTexture()
1365 SDL_GetPixelFormatName(temp_format)); in GL_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m569 …return SDL_SetError("Texture format %s not supported by Metal", SDL_GetPixelFormatName(texture->fo…

Completed in 31 milliseconds