Searched defs:viewID (Results 1 - 11 of 11) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_lazy_foreach_ffi.cpp | 26 void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID) in FfiOHOSAceFrameworkLazyForEachCreate() argument
|
| /foundation/arkui/ui_lite/test/autotest/include/ |
| H A D | ui_test_message.h | 38 std::string viewID; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | DeclareAndInitBuiltinsForInstancedMultiview.cpp | 35 void InitializeViewIDAndInstanceID(const TVariable *viewID, in InitializeViewIDAndInstanceID() argument 80 void SelectViewIndexInVertexShader(const TVariable *viewID, in SelectViewIndexInVertexShader() argument 137 const TVariable *viewID = in DeclareAndInitBuiltinsForInstancedMultiview() local
|
| /foundation/arkui/ui_lite/test/autotest/src/ |
| H A D | ui_auto_test.cpp | 208 void UIAutoTest::OnSaveFile(std::string className, std::string viewID, size_t stepIndex) in OnSaveFile() argument
|
| /foundation/arkui/ace_engine/adapter/preview/inspector/ |
| H A D | js_inspector_manager.cpp | 302 std::string viewID = root->GetString("viewID", ""); in GetNewComponentWithJsCode() local 330 std::string viewID = root->GetString("viewID", ""); in GetNewFrameNodeWithJsCode() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Renderer.hpp | 75 int viewID; member
|
| H A D | Renderer.cpp | 183 draw(const vk::GraphicsPipeline *pipeline, const vk::DynamicState &dynamicState, unsigned int count, int baseVertex, CountedEvent *events, int instanceID, int viewID, void *indexBuffer, const VkExtent3D &framebufferExtent, vk::Pipeline::PushConstantStorage const &pushConstants, bool update) draw() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| H A D | js_engine.h | 450 virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in GetNewComponentWithJsCode() argument 455 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| H A D | declarative_frontend.cpp | 861 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in Initialize() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 503 int viewID = sw::log2i(viewMask); in draw() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_declarative_engine.cpp | 2035 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in GetNewComponentWithJsCode() argument 2053 bool JsiDeclarativeEngine::ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview() argument
|
Completed in 16 milliseconds