/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_raster.cpp | 52 …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 D | render_context_ohos_raster.cpp | 64 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 D | surface_ohos_raster.cpp | 55 …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 D | surface_draw.cpp | 63 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 D | drawing_text_c_sample.cpp | 112 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 D | main.cpp | 128 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 D | drawing_c_sample.cpp | 167 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 D | drawing_sample_canvaskit0310.cpp | 242 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 D | render_context_sample.cpp | 183 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 D | drawing_sample_rs.cpp | 558 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 D | drawing_engine_sample.cpp | 404 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 D | stream_tunnel.cpp | 96 … 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 D | drawing_sample.cpp | 281 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 D | graphic_common.h | 100 inline std::string SurfaceErrorStr(GSError err) in SurfaceErrorStr() function
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common.h | 105 inline std::string SurfaceErrorStr(GSError err) in SurfaceErrorStr() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 70 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 467 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 D | layer_context.cpp | 107 LOGE("RequestBuffer failed: %{public}s", SurfaceErrorStr(ret).c_str()); in DrawBufferColor()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 544 … 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()
|