Home
last modified time | relevance | path

Searched refs:SurfaceErrorStr (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_raster.cpp52 …E("RSSurfaceOhosRaster::Requestframe Failed, error is : %{public}s", SurfaceErrorStr(err).c_str()); in RequestFrame()
58 …ROSEN_LOGE("RSSurfaceOhosRaster::Map Failed, error is : %{public}s", SurfaceErrorStr(err).c_str()); in RequestFrame()
102 …ROSEN_LOGE("RSSurfaceOhosRaster::Flushframe Failed, error is : %{public}s", SurfaceErrorStr(err).c… in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_raster.cpp64 LOGE("Failed to create surface, error is : %{public}s", SurfaceErrorStr(err).c_str()); in CreateSurface()
75 … LOGE("Failed to create surface, map failed, error is : %{public}s", SurfaceErrorStr(err).c_str()); in CreateSurface()
123 LOGE("Failed to swap buffers, error is : %s", SurfaceErrorStr(err).c_str()); in SwapBuffers()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_raster.cpp55 …LOGE("SurfaceOhosRaster::Requestframe Failed, error is : %{public}s", SurfaceErrorStr(err).c_str()… in RequestFrame()
80 LOGE("SurfaceOhosRaster::Flushframe Failed, error is : %s", SurfaceErrorStr(err).c_str()); in FlushFrame()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp63 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawImage()
94 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawImage()
125 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawColor()
154 WLOGFE("request buffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in GetSurfaceBuffer()
292 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(surfaceRet).c_str()); in DrawImageRect()
422 WLOGFE("draw masking FlushBuffer ret:%{public}s", SurfaceErrorStr(surfaceRet).c_str()); in DrawMasking()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp112 LOGI("request buffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
134 LOGI("flushBuffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
H A Dmain.cpp128 LOGD("request buffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
152 LOGD("draw pointer FlushBuffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_c_sample.cpp167 LOGI("request buffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
189 LOGI("flushBuffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
H A Ddrawing_sample_canvaskit0310.cpp242 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in ProduceBuffer()
274 LOGI("Sync %{public}s", SurfaceErrorStr(ret).c_str()); in ProduceBuffer()
557 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DoPrepareCompleted()
598 LOGE("FlushBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DoPrepareCompleted()
H A Drender_context_sample.cpp183 std::cout << "RequestBuffer failed:" << SurfaceErrorStr(ret).c_str() << std::endl; in ProduceBackGroundBuffer()
216 std::cout << "Sync: " << SurfaceErrorStr(ret).c_str() << std::endl; in ProduceBackGroundBuffer()
508 std::cout << "RequestBuffer failed " << SurfaceErrorStr(ret1).c_str() << std::endl; in DoPrepareCompleted()
H A Ddrawing_sample_rs.cpp558 LOGI("request buffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
580 LOGI("flushBuffer ret is: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawSurface()
H A Ddrawing_engine_sample.cpp404 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(err).c_str()); in DoPrepareCompleted()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.cpp96 … CAMERA_LOGE("get producer buffer failed, error:%{public}s", SurfaceErrorStr(sfError).c_str()); in GetBuffer()
98 …CameraHalHisysevent::CreateMsg("request graphic buffer failed rc:%s", SurfaceErrorStr(sfError).c_s… in GetBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp281 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret1).c_str()); in DoPrepareCompleted()
304 LOGE("FlushBuffer failed: %{public}s", SurfaceErrorStr(ret3).c_str()); in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common.h100 inline std::string SurfaceErrorStr(GSError err) in SurfaceErrorStr() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common.h105 inline std::string SurfaceErrorStr(GSError err) in SurfaceErrorStr() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp70 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp467 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DoPrepareCompleted()
505 LOGE("FlushBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DoPrepareCompleted()
H A Dlayer_context.cpp107 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawBufferColor()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp544 … MMI_HILOGE("Init layer failed, FlushBuffer return ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawCursor()
1036 MMI_HILOGE("Request buffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in GetSurfaceBuffer()