/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_select_popup_menu_callback_impl.cpp | 32 void ArkWebSelectPopupMenuCallbackImpl::Continue(const ArkWebInt32Vector& indices) in Continue()
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/ |
H A D | type_converter.cpp | 30 #define TYPE_CONVERT_ITEMS(input, output, indices) \ argument 41 std::vector<size_t> indices(inputSize); in DoCast() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_select_popup_menu_callback_wrapper.cpp | 32 void ArkWebSelectPopupMenuCallbackWrapper::Continue(const std::vector<int32_t>& indices) in Continue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 102 vector<IndexType>& indices; member 110 vector<uint16_t>& indices = geometry.indices; in GenerateCubeGeometry() local 150 vector<uint32_t>& indices = geometry.indices; in GenerateSphereGeometry() local 201 vector<uint32_t>& indices = geometry.indices; in GenerateConeCap() local 240 vector<uint32_t>& indices = geometry.indices; in GenerateConeGeometry() local 312 vector<uint32_t>& indices = geometry.indices; in GenerateTorusGeometry() local 520 auto indices = FillData(PLANE_IND); in GeneratePlaneMesh() local 532 vector<uint32_t> indices; in GenerateSphereMesh() local 568 vector<uint32_t> indices; in GenerateConeMesh() local 604 vector<uint32_t> indices; in GenerateTorusMesh() local [all …]
|
H A D | mesh_builder.cpp | 865 void SmoothNormal(array_view<const T> indices, const Math::Vec3* posPtr, Math::Vec3* norPtr) in SmoothNormal() 881 … GenerateDefaultNormals(vector<uint8_t>& generatedNormals, const IMeshBuilder::DataBuffer& indices, in GenerateDefaultNormals() 925 const IMeshBuilder::DataBuffer& indices, const IMeshBuilder::DataBuffer& positions, in GenerateDefaultTangents() 1193 void MeshBuilder::SetIndexData(size_t submeshIndex, const DataBuffer& indices) in SetIndexData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | panorama_demo.js | 43 let indices; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | panorama2_demo.js | 46 let indices; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | SphereGraph.js | 73 generateIndices(grid, indices, heightSegments, widthSegments, thetaStart, thetaEnd) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_structures_common.h | 242 uvec4 indices; member 255 uvec4 indices; member 264 uvec4 indices; member 295 uvec4 indices; member 328 uvec4 indices; member 352 uvec4 indices; member 363 uvec4 indices; member 403 uvec4 indices; member 443 void GetUnpackFlatIndices(in uint indices, out uint cameraIdx, out uint instanceIdx) in GetUnpackFlatIndices() 449 uint GetUnpackFlatIndicesInstanceIdx(in uint indices) in GetUnpackFlatIndicesInstanceIdx() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | mesh_arrays.h | 29 BASE_NS::vector<IndexType> indices; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.h | 180 BASE_NS::vector<uint32_t> indices; in CORE3D_BEGIN_NAMESPACE() member
|
H A D | render_data_store_default_material.cpp | 199 …const Math::UVec4 indices = { uint32_t(input.id >> 32u), uint32_t(input.id & 0xFFFFffff), 0u, 0u }; in MaterialUniformsPackedFromInput() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/vertices_fuzzer/ |
H A D | vertices_fuzzer.cpp | 52 uint16_t* indices = new uint16_t[arr_size]; in VerticesFuzzTest000() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | vertices.cpp | 30 int indexCount, const uint16_t indices[]) in MakeCopy()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_vertices.cpp | 41 int indexCount, const uint16_t indices[]) in MakeCopy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/ |
H A D | intf_scene_loader.h | 134 uint32_t indices; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/ |
H A D | gltf.h | 210 uint32_t indices; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 291 uint16_t* indices = builder.indices(); in DrawBitmapMesh() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 355 uint16_t* indices = new uint16_t[indexCount]; in CanvasFuzzTest003() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_op_builder.cpp | 326 … NnrtOpBuilder::AddTensor(int32_t tensorIndex, int32_t builtinCode, std::vector<uint32_t>& indices, in AddTensor()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | inner_model.cpp | 76 const std::vector<uint32_t>& indices, in ConstructNNTensorsFromLiteGraph()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | canvas_test.cpp | 308 const uint16_t indices[] = { 0, 1, 2 }; // 0, 1, 2 这些整数定义了indices数组中的索引值 in OnTestPerformance() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.cpp | 657 std::vector<std::string> indices; local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_canvas_test.cpp | 252 uint16_t indices[COLOR_PARAMETER] = {0, 1, 2}; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 360 std::vector<std::string> indices; in PrepareTransformFrameAnimation() local
|