Searched refs:initGraphics (Results 1 – 5 of 5) sorted by relevance
118 static int initGraphics(EGLint samples, const WindowSurface& windowSurface) in initGraphics() function193 if (!initGraphics(samples, windowSurface)) in main()
763 initGraphics(); in ImageBlockManager()956 private void initGraphics() { in initGraphics() method in ImageBlockManager
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()