Searched refs:mConversionSurfaces (Results 1 – 1 of 1) sorted by relevance
78 private List<EGLSurfaceHolder> mConversionSurfaces = new ArrayList<EGLSurfaceHolder>(); field in SurfaceTextureRenderer405 for (EGLSurfaceHolder holder : mConversionSurfaces) { in clearState()412 mConversionSurfaces.clear(); in clearState()506 if (mConversionSurfaces != null) { in releaseEGLContext()507 for (EGLSurfaceHolder holder : mConversionSurfaces) { in releaseEGLContext()635 for (EGLSurfaceHolder surface : mConversionSurfaces) { in dumpGlTiming()700 mConversionSurfaces.add(holder); in configureSurfaces()721 if (mConversionSurfaces.size() > 0) { in configureSurfaces()722 configureEGLPbufferSurfaces(mConversionSurfaces); in configureSurfaces()727 mConversionSurfaces.get(0).eglSurface); in configureSurfaces()[all …]