Searched refs:rawSurface (Results 1 – 2 of 2) sorted by relevance
75 EGLSurface rawSurface = EGL_NO_SURFACE; in MakeCurrent() local77 rawSurface = static_cast<EGLSurface>(surface->GetRawSurface()); in MakeCurrent()79 EGLBoolean ret = eglMakeCurrent(display_, rawSurface, rawSurface, context_); in MakeCurrent()114 EGLSurface rawSurface = reinterpret_cast<EGLSurface>(surface->GetRawSurface()); in SwapBuffers() local115 EGLBoolean ret = eglSwapBuffers(display_, rawSurface); in SwapBuffers()
2637 auto rawSurface = photoOutputNapi->photoOutput_->rawPhotoSurface_; in EnableRawDelivery() local2638 if (rawSurface == nullptr) { in EnableRawDelivery()2642 sptr<RawPhotoListener> rawPhotoListener = new (std::nothrow) RawPhotoListener(env, rawSurface); in EnableRawDelivery()2647 …SurfaceError ret = rawSurface->RegisterConsumerListener((sptr<IBufferConsumerListener>&)rawPhotoLi… in EnableRawDelivery()