Searched refs:initGraphics (Results 1 – 4 of 4) sorted by relevance
118 static int initGraphics(EGLint samples, const WindowSurface& windowSurface) in initGraphics() function193 if (!initGraphics(samples, windowSurface)) in main()
130 ret &= fn(RS_HAL_GRAPHICS_INIT, (void **)&rsc->mHal.funcs.initGraphics); in LoadHalTable()
142 int (*initGraphics)(const Context *); member
52 int32_t ret = mHal.funcs.initGraphics(this); in initGLThread()