Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java770 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in initGL() local
771 mEgl.eglMakeCurrent(mEglDisplay, tmpSurface, tmpSurface, mEglContext); in initGL()
778 mEgl.eglDestroySurface(mEglDisplay, tmpSurface); in initGL()