Searched refs:glSurfaceViewThread (Results 1 – 1 of 1) sorted by relevance
911 private GLSurfaceViewThread glSurfaceViewThread; field in GLSurfaceViewFactory918 glSurfaceViewThread.release(); in release()919 glSurfaceViewThread = null; in release()931 glSurfaceViewThread = new GLSurfaceViewThread(); in createView()932 glSurfaceViewThread.start(); in createView()941 && glSurfaceViewThread.getSurface() == null) { in waitForViewIsAvailable()952 if (glSurfaceViewThread.getSurface() == null) { in waitForViewIsAvailable()961 return glSurfaceViewThread.getSurface(); in getSurface()974 return glSurfaceViewThread.getByteBuffer(); in getByteBuffer()