Searched refs:createEglSurface (Results 1 – 4 of 4) sorted by relevance
1123 boolean createEglSurface = false; in guardedRun()1202 createEglSurface = true; in guardedRun()1244 if (createEglSurface) { in guardedRun()1252 createEglSurface = false; in guardedRun()
111 createEglSurface(holder.getSurface()); in surfaceCreated()
262 public void createEglSurface(Surface surface) { in createEglSurface() method in EglRenderer266 public void createEglSurface(SurfaceTexture surfaceTexture) { in createEglSurface() method in EglRenderer
124 eglRenderer.createEglSurface(surfaceTexture); in setUp()