Searched defs:swdata (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_yuv_sw.c | 35 SDL_SW_YUVTexture *swdata; in SDL_SW_CreateYUVTexture() local 132 SDL_SW_QueryYUVTexturePixels(SDL_SW_YUVTexture * swdata, void **pixels, in SDL_SW_QueryYUVTexturePixels() 141 SDL_SW_UpdateYUVTexture(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, in SDL_SW_UpdateYUVTexture() 249 SDL_SW_UpdateYUVTexturePlanar(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, in SDL_SW_UpdateYUVTexturePlanar() 304 SDL_SW_LockYUVTexture(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, in SDL_SW_LockYUVTexture() 331 SDL_SW_UnlockYUVTexture(SDL_SW_YUVTexture * swdata) in SDL_SW_UnlockYUVTexture() 336 SDL_SW_CopyYUVToRGB(SDL_SW_YUVTexture * swdata, const SDL_Rect * srcrect, in SDL_SW_CopyYUVToRGB() 406 SDL_SW_DestroyYUVTexture(SDL_SW_YUVTexture * swdata) in SDL_SW_DestroyYUVTexture()
|
Completed in 3 milliseconds