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

  /frameworks/native/cmds/flatland/
GLHelper.h 82 EGLSurface mDummySurface;
GLHelper.cpp 31 mDummySurface(EGL_NO_SURFACE),
86 &mDummySurface);
91 resultb = makeCurrent(mDummySurface);
124 if (mDummySurface != EGL_NO_SURFACE) {
125 eglDestroySurface(mDisplay, mDummySurface);
130 mDummySurface = EGL_NO_SURFACE;
155 if (!makeCurrent(mDummySurface)) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 102 private Surface mDummySurface;
179 if (mDummyTexture == null || mDummySurface == null) {
183 mDummySurface = new Surface(mDummyTexture);
    [all...]

Completed in 147 milliseconds