Searched defs:CreateScreen (Results 1 – 2 of 2) sorted by relevance
47 BaseScreen* ScreenFactory::CreateScreen(const std::string& id) { in CreateScreen() function in chromeos::ScreenFactory
105 SDL_Surface *CreateScreen(Uint16 w, Uint16 h, Uint8 bpp, Uint32 flags) in CreateScreen() function