Home
last modified time | relevance | path

Searched refs:initGraphics (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp118 static int initGraphics(EGLint samples, const WindowSurface& windowSurface) in initGraphics() function
193 if (!initGraphics(samples, windowSurface)) in main()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java763 initGraphics(); in ImageBlockManager()
956 private void initGraphics() { in initGraphics() method in ImageBlockManager
/aosp12/frameworks/rs/
H A DrsDriverLoader.cpp130 ret &= fn(RS_HAL_GRAPHICS_INIT, (void **)&rsc->mHal.funcs.initGraphics); in LoadHalTable()
H A Drs_hal.h142 int (*initGraphics)(const Context *); member
H A DrsContext.cpp52 int32_t ret = mHal.funcs.initGraphics(this); in initGLThread()