Home
last modified time | relevance | path

Searched refs:UNSIGNED_SHORT (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp207 case ComponentType::UNSIGNED_SHORT: { in LoadSparseAccessor()
650 case ComponentType::UNSIGNED_SHORT: in GetComponentByteSize()
690 case ComponentType::UNSIGNED_SHORT: in GetAlternativeType()
697 return ComponentType::UNSIGNED_SHORT; in GetAlternativeType()
749 ComponentType::UNSIGNED_SHORT };
752 ComponentType::UNSIGNED_SHORT };
755 ComponentType::UNSIGNED_SHORT };
758 ComponentType::UNSIGNED_SHORT };
774 ComponentType::SHORT, ComponentType::UNSIGNED_SHORT, ComponentType::FLOAT };
778 ComponentType::SHORT, ComponentType::UNSIGNED_SHORT, ComponentTyp
[all...]
H A Dgltf2_data_structures.h108 UNSIGNED_SHORT = 5123, member in GLTF2::AttributeType::RenderMode::ComponentType
229 // `5121` means UNSIGNED_BYTE, `5123` means UNSIGNED_SHORT
602 // 5123 (UNSIGNED_SHORT) or 5125 (UNSIGNED_INT),
H A Dgltf2_importer.cpp184 case GLTF2::ComponentType::UNSIGNED_SHORT: in Convert()
287 case GLTF2::ComponentType::UNSIGNED_SHORT: in ConvertNormalizedDataToFloat()
349 case GLTF2::ComponentType::UNSIGNED_SHORT: in ConvertDataToFloat()
398 case GLTF2::ComponentType::UNSIGNED_SHORT: in ConvertDataToBool()
528 case GLTF2::ComponentType::UNSIGNED_SHORT: { in ValidateIndices()
681 case GLTF2::ComponentType::UNSIGNED_SHORT: in GetPrimitiveIndexType()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h152 static const GLenum UNSIGNED_SHORT = 0x1403; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp1070 case WebGLRenderingContextBase::UNSIGNED_SHORT: in CheckDrawElements()
H A Dwebgl_rendering_context_common.cpp627 return NVal::CreateInt64(env, WebGLRenderingContextBase::UNSIGNED_SHORT).val_; in GetUnsignedShort()
1744 NVal::DeclareNapiGetter("UNSIGNED_SHORT", GetUnsignedShort), in GetRenderingContextBasePropertyDesc()

Completed in 15 milliseconds