HomeSort by relevance Sort by last modified time
    Searched refs:initGraphics (Results 1 - 6 of 6) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 92 static int initGraphics()
202 if (!initGraphics())
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 121 static int initGraphics(EGLint samples, const WindowSurface& windowSurface)
197 if (!initGraphics(samples, windowSurface))
  /frameworks/rs/
rsDriverLoader.cpp 134 ret &= fn(RS_HAL_GRAPHICS_INIT, (void **)&rsc->mHal.funcs.initGraphics);
rs_hal.h 118 bool (*initGraphics)(const Context *);
rsContext.cpp 67 if (!mHal.funcs.initGraphics(this)) {
69 ALOGE("%p initGraphics failed", this);
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 763 initGraphics();
    [all...]

Completed in 572 milliseconds