Home
last modified time | relevance | path

Searched refs:SDL_HasNEON (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h197 extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void);
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c495 #warning SDL_HasNEON is not implemented for this ARM platform. Write me. in CPU_haveNEON()
866 SDL_HasNEON(void) in SDL_HasNEON() function
1048 printf("NEON: %d\n", SDL_HasNEON()); in main()
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c384 SDL_Log("NEON %s\n", SDL_HasNEON()? "detected" : "not detected"); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_fillrect.c327 if (SDL_HasNEON() && dst->format->BytesPerPixel != 3 && fill_function == NULL) { in SDL_FillRects()
A DSDL_blit_A.c1360 if (SDL_HasNEON()) in SDL_CalculateBlitA()
1401 if (SDL_HasNEON()) in SDL_CalculateBlitA()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h618 #define SDL_HasNEON SDL_HasNEON_REAL macro
A DSDL_dynapi_procs.h652 SDL_DYNAPI_PROC(SDL_bool,SDL_HasNEON,(void),(),return)
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiotypecvt.c1415 if (SDL_HasNEON()) { in SDL_ChooseAudioConverters()

Completed in 27 milliseconds