Searched refs:createEglSurface (Results 1 – 5 of 5) sorted by relevance
77 return createEglSurface(); in eglCreatePbufferSurface()83 return createEglSurface(); in eglCreateWindowSurface()124 private static EGLSurface createEglSurface() { in createEglSurface() method in ShadowEGL14
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
121 eglRenderer.createEglSurface(surfaceTexture); in setUp()