Home
last modified time | relevance | path

Searched refs:platform (Results 1 - 25 of 39) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H A Dbuild_theme_code.py22 def read_row_value(row, param, offset, platform):
35 param[platform] = item
158 def make_table(param_map, platform):
160 platform.capitalize())
179 def build_cpp(file_path, platform):
204 if platform in values:
206 key.lower()), platform.capitalize())
209 for key1, values1 in values[platform].items():
217 '\n}} // namespace OHOS::Ace'.format(content, make_table(table, platform),
218 platform
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_proxy.h20 #include <platform/ohos/rs_irender_service.h>
21 #include <platform/ohos/rs_irender_service_ipc_interface_code.h>
H A Drs_render_service_proxy.cpp20 #include <platform/common/rs_log.h>
H A Drs_render_service_connect_hub.h20 #include <platform/ohos/rs_irender_service.h>
21 #include "platform/common/rs_log.h"
H A Drs_render_service_connection_proxy.h22 #include <platform/ohos/rs_irender_service_connection.h>
23 #include <platform/ohos/rs_irender_service_connection_ipc_interface_code.h>
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runners.cpp19 TaskRunners::TaskRunners(std::string label, RefPtr<TaskRunnerAdapter>& platform, RefPtr<TaskRunnerAdapter>& gpu, in TaskRunners() argument
21 : label_(std::move(label)), platform_(std::move(platform)), gpu_(std::move(gpu)), ui_(std::move(ui)), in TaskRunners()
H A Dtask_runners.h26 TaskRunners(std::string label, RefPtr<TaskRunnerAdapter>& platform, RefPtr<TaskRunnerAdapter>& gpu,
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h40 static EGLDisplay GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attribList);
41 static EGLDisplay GetEglDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);
121 EGLDisplay GetEglNativeDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attribList);
122 EGLDisplay GetEglNativeDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);
H A Degl_wrapper_entry.cpp257 static EGLDisplay EglGetPlatformDisplayInternal(EGLenum platform, in EglGetPlatformDisplayInternal() argument
267 if (platform != EGL_PLATFORM_OHOS_KHR) { in EglGetPlatformDisplayInternal()
268 WLOGE("EGLenum platform is not EGL_PLATFORM_OHOS_KHR."); in EglGetPlatformDisplayInternal()
273 return EglWrapperDisplay::GetEglDisplay(platform, type, attribList); in EglGetPlatformDisplayInternal()
759 EGLDisplay EglGetPlatformDisplayImpl(EGLenum platform, in EglGetPlatformDisplayImpl() argument
763 return EglGetPlatformDisplayInternal(platform, in EglGetPlatformDisplayImpl()
1260 EGLDisplay EglGetPlatformDisplayEXTImpl(EGLenum platform, in EglGetPlatformDisplayEXTImpl() argument
1270 if (platform != EGL_PLATFORM_OHOS_KHR) { in EglGetPlatformDisplayEXTImpl()
1271 WLOGE("EGLenum platform is not EGL_PLATFORM_OHOS_KHR."); in EglGetPlatformDisplayEXTImpl()
1276 return EglWrapperDisplay::GetEglDisplayExt(platform, nativeDispla in EglGetPlatformDisplayEXTImpl()
[all...]
H A Degl_wrapper_display.cpp335 EGLDisplay EglWrapperDisplay::GetEglNativeDisplay(EGLenum platform, in GetEglNativeDisplay() argument
342 disp_ = table->egl.eglGetPlatformDisplay(platform, disp, attribList); in GetEglNativeDisplay()
365 EGLDisplay EglWrapperDisplay::GetEglNativeDisplayExt(EGLenum platform, in GetEglNativeDisplayExt() argument
371 disp_ = table->egl.eglGetPlatformDisplayEXT(platform, disp, attribList); in GetEglNativeDisplayExt()
379 EGLDisplay EglWrapperDisplay::GetEglDisplay(EGLenum platform, in GetEglDisplay() argument
383 return wrapperDisp_.GetEglNativeDisplay(platform, disp, attribList); in GetEglDisplay()
386 EGLDisplay EglWrapperDisplay::GetEglDisplayExt(EGLenum platform, in GetEglDisplayExt() argument
389 return wrapperDisp_.GetEglNativeDisplayExt(platform, disp, attribList); in GetEglDisplayExt()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.cpp38 #warning "Undefined WSI platform!" in CanDevicePresent()
48 #error Missing platform surface type. in GetPlatformSurfaceName()
H A Dplatform_create_functions_vk.cpp45 #error Missing platform surface type. in CreateSurface()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.cpp39 #warning "Undefined WSI platform!" in CanDevicePresent()
51 #error Missing platform surface type. in GetPlatformSurfaceName()
H A Dplatform_create_functions_vk.cpp58 #error Missing platform surface type. in CreateSurface()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.cpp46 #warning "Undefined WSI platform!" in CanDevicePresent()
58 #error Missing platform surface type. in GetPlatformSurfaceName()
H A Dplatform_create_functions_vk.cpp74 #error Missing platform surface type. in CreateSurface()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_create_functions_vk.cpp43 #error Missing platform surface type. in CreateSurface()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dplatform_ohos.h19 #include <platform/ohos/core/os/intf_platform.h>
39 /** Interface for platform-specific functions. */
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dplatform_mac.h19 #include <platform/common/core/os/platform_create_info.h>
32 /** Interface for platform-specific functions. */
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp82 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* native_display, const EGLint* attrib_list) in GetPlatformEglDisplay() argument
96 return eglGetPlatformDisplayExt(platform, native_display, attrib_list); in GetPlatformEglDisplay()
/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/
H A Dbuild_ts_js.py48 os_name = sys.platform
/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dbuild_ts_js.py48 os_name = sys.platform
/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp47 RefPtr<TaskRunnerAdapter> platform = TaskRunnerAdapterFactory::Create(false, THREAD_FIRST); in MakeTaskRunner() local
51 TaskRunners testTaskRunner(label, platform, gpu, ui, io); in MakeTaskRunner()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp65 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay() argument
80 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h27 #include <platform/ohos/rs_irender_service.h>

Completed in 11 milliseconds

12