Searched refs:mDisplaySurfaces (Results 1 – 1 of 1) sorted by relevance
76 private static HashMap<EGLContext, EGLSurface> mDisplaySurfaces field in RenderTarget194 EGLSurface currentSurface = mDisplaySurfaces.get(mContext); in registerAsDisplaySurface()198 mDisplaySurfaces.put(mContext, mSurface); in registerAsDisplaySurface()205 mDisplaySurfaces.put(mContext, null); in unregisterAsDisplaySurface()363 EGLSurface displaySurface = mDisplaySurfaces.get(mContext); in surface()