Home
last modified time | relevance | path

Searched refs:attrib (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py34 tests = root.attrib.get("tests")
35 failures = root.attrib.get("failures")
43 testsuite_name = testsuite.attrib.get("name")
44 testsuite_failures = testsuite.attrib.get("failures")
48 testcase_name = testcase.attrib.get("name")
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.cpp77 for (const auto& attrib : vertexInputAttributeDescriptions_) { in ShaderModuleVk()
79 bindingDesc.binding = attrib.binding; in ShaderModuleVk()
80 bindingDesc.stride = GpuProgramUtil::FormatByteSize(attrib.format); in ShaderModuleVk()
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp31 void RenderSurface::SetAttrib(const RenderAttribute &attrib) in SetAttrib() argument
33 attribute_ = attrib; in SetAttrib()
H A Drender_surface.h38 virtual void SetAttrib(const RenderAttribute& attrib);
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp167 for (const auto& attrib : me.vertexInputAttributeDescriptions_) { in ProcessShaderModule()
169 bindingDesc.binding = attrib.binding; in ProcessShaderModule()
170 bindingDesc.stride = GpuProgramUtil::FormatByteSize(attrib.format); in ProcessShaderModule()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp221 switch (file.attrib) { in InitFileType()
273 file.attrib, relativePath.c_str()); in GetFilePathAttr()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp894 for (auto const& attrib : original.attributes) { in operator ()()
895 copy.attributes.push_back(Attribute { attrib.attribute, buffer.StoreAccessor(*attrib.accessor) }); in operator ()()

Completed in 7 milliseconds