Home
last modified time | relevance | path

Searched refs:rawSurface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp75 EGLSurface rawSurface = EGL_NO_SURFACE; in MakeCurrent() local
77 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() local
115 EGLBoolean ret = eglSwapBuffers(display_, rawSurface); in SwapBuffers()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp2637 auto rawSurface = photoOutputNapi->photoOutput_->rawPhotoSurface_; in EnableRawDelivery() local
2638 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()