Home
last modified time | relevance | path

Searched refs:initGL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java92 initGL(); in onSurfaceTextureAvailable()
125 private void initGL() { in onSurfaceTextureAvailable()
DGLTextureViewActivity.java182 initGL(); in run()
361 private void initGL() { in initGL() method in GLTextureViewActivity.RenderThread
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java135 initGL(); in run()
314 private void initGL() { in initGL() method in ImageFlipRenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java570 if (!initGL(sh)) return false; in drawWallpaperWithOpenGL()
739 private boolean initGL(SurfaceHolder surfaceHolder) { in initGL() method in ImageWallpaper.DrawableEngine