Home
last modified time | relevance | path

Searched refs:ClearColor (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_render_utils.h26 void ClearColor(const BufferHandle& handle, uint32_t color);
H A Dhdi_test_render_utils.cpp51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor() function
H A Ddisplay_test_utils.h84 void ClearColor(const BufferHandle& handle, uint32_t color);
H A Ddisplay_test_utils.cpp192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor() function
H A Dhdi_test_display.cpp179 ClearColor(*handle, 0); // need clear the fb first in Commit()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_view_node.h59 META_PROPERTY(BASE_NS::Color, ClearColor)
H A Dintf_camera.h172 META_PROPERTY(SCENE_NS::Color, ClearColor)
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dview_node.h50 META_API_INTERFACE_PROPERTY_CACHED(ViewNode, ClearColor, BASE_NS::Color) in SCENE_BEGIN_NAMESPACE()
H A Dcamera.h62 META_API_INTERFACE_PROPERTY_CACHED(Camera, ClearColor, SCENE_NS::Color) in SCENE_BEGIN_NAMESPACE()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h137 void ClearColor(uint32_t color);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h158 void ClearColor(uint32_t color);
H A Dhdi_layer.cpp202 void HdiLayer::ClearColor(uint32_t color) in ClearColor() function in OHOS::HDI::DISPLAY::HdiLayer
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp453 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in GetColor()
464 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in SetColor()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp52 …META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::ICamera, SCENE_NS::Color, ClearColor, SCENE_NS::Colors…
126 propHandler_, META_ACCESS_PROPERTY(ClearColor), meta, CAMERA_CLEARCOLORVALUE); in CompleteInitialization()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_layer.cpp256 void HdiLayer::ClearColor(uint32_t color) in ClearColor() function in OHOS::HDI::DISPLAY::HdiLayer
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp255 ClearColor(*(handle->Get()), setting.color); in CreateTestLayer()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h349 static napi_value ClearColor(napi_env env, napi_callback_info info);
H A Dwebgl_rendering_context_base_impl.h241 … napi_value ClearColor(napi_env env, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp85 ClearColor(*(handle->Get()), setting.color); in CreateTestLayer()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp537 napi_value WebGLRenderingContextBase::ClearColor(napi_env env, napi_callback_info info) in ClearColor() function in OHOS::Rosen::WebGLRenderingContextBase
566 context->GetWebGLRenderingContextImpl().ClearColor(env, static_cast<GLclampf>(red), in ClearColor()
H A Dwebgl_rendering_context_common.cpp1530 NVal::DeclareNapiFunction("clearColor", WebGLRenderingContextBase::ClearColor), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base_impl.cpp1244 napi_value WebGLRenderingContextBaseImpl::ClearColor( in ClearColor() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl