Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestshape.c54 Uint32 pixelFormat = 0; in main() local
153 …SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_… in main()
171 …SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_… in main()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c134 SDL_PixelFormat *pixelFormat; in Draw() local
192 pixelFormat = picture->format; in Draw()
199 SDL_GetRGBA(p, pixelFormat, &r, &g, &b, &a); in Draw()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m301 rtdesc.pixelFormat = cache->renderTargetFormat;
497 data.activepipelines = ChooseShaderPipelines(data, mtltexture.pixelFormat);
595 mtltexdesc.pixelFormat = MTLPixelFormatR8Unorm;
601 mtltexdesc.pixelFormat = MTLPixelFormatRG8Unorm;
700 desc = [MTLTextureDescriptor texture2DDescriptorWithPixelFormat:texture.pixelFormat
1510 …const Uint32 temp_format = (mtltexture.pixelFormat == MTLPixelFormatBGRA8Unorm) ? SDL_PIXELFORMAT_…

Completed in 6 milliseconds