Searched defs:pixel_format (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | wicdec.c | 61 const GUID* pixel_format; member 196 static int HasPalette(GUID pixel_format) { in HasPalette() 210 GUID pixel_format) { in HasAlpha()
|
A D | image_enc.c | 85 WICPixelFormatGUID pixel_format = has_alpha ? GUID_WICPixelFormat32bppBGRA in WriteUsingWIC() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengl.c | 490 int pixel_format = 0; in WIN_GL_ChoosePixelFormatARB() local 530 int pixel_format = 0; in WIN_GL_SetupWindowInternal() local 880 int pixel_format = GetPixelFormat(hfromdc); in WIN_GL_SetPixelFormatFrom() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testoffscreen.c | 59 Uint32 pixel_format; in save_surface_to_bmp() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 503 SDL_AllocFormat(Uint32 pixel_format) in SDL_AllocFormat() 544 SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format) in SDL_InitFormat()
|
A D | SDL_surface.c | 1197 SDL_ConvertSurfaceFormat(SDL_Surface * surface, Uint32 pixel_format, in SDL_ConvertSurfaceFormat() 1215 SDL_CreateSurfaceOnStack(int width, int height, Uint32 pixel_format, in SDL_CreateSurfaceOnStack()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 403 convert_format(GL_RenderData *renderdata, Uint32 pixel_format, in convert_format() 1349 Uint32 pixel_format, void * pixels, int pitch) in GL_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 58 GLenum pixel_format; member 1833 Uint32 pixel_format, void * pixels, int pitch) in GLES2_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/render/psp/ |
A D | SDL_render_psp.c | 863 Uint32 pixel_format, void * pixels, int pitch) in PSP_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 968 Uint32 pixel_format, void * pixels, int pitch) in GLES_RenderReadPixels()
|
Completed in 25 milliseconds