Home
last modified time | relevance | path

Searched defs:viewID (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_lazy_foreach_ffi.cpp26 void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID) in FfiOHOSAceFrameworkLazyForEachCreate() argument
/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h38 std::string viewID; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp35 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 Dui_auto_test.cpp208 void UIAutoTest::OnSaveFile(std::string className, std::string viewID, size_t stepIndex) in OnSaveFile() argument
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp302 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 DRenderer.hpp75 int viewID; member
H A DRenderer.cpp183 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 Djs_engine.h450 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 Ddeclarative_frontend.cpp861 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 DVkCommandBuffer.cpp503 int viewID = sw::log2i(viewMask); in draw() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2035 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