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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 770 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
771 mEgl.eglMakeCurrent(mEglDisplay, tmpSurface, tmpSurface, mEglContext);
778 mEgl.eglDestroySurface(mEglDisplay, tmpSurface);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 396 VASurfaceID tmpSurface = mRecSurface;
398 mRefSurface = tmpSurface;
    [all...]

Completed in 197 milliseconds