Searched refs:createSurface (Results 1 – 2 of 2) sorted by relevance
192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
184 if (createSurface(mWidth, mHeight)) { in recreateView()221 surfaceCreated = createSurface(width, height); in onSurfaceTextureAvailable()387 private boolean createSurface(int width, int height) { in createSurface() method in VideoCallFragment.VideoCallSurface