Searched refs:UNSIGNED_SHORT (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 207 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 D | gltf2_data_structures.h | 108 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 D | gltf2_importer.cpp | 184 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 D | webgl_rendering_context_base.h | 152 static const GLenum UNSIGNED_SHORT = 0x1403; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_draw.cpp | 1070 case WebGLRenderingContextBase::UNSIGNED_SHORT: in CheckDrawElements()
|
H A D | webgl_rendering_context_common.cpp | 627 return NVal::CreateInt64(env, WebGLRenderingContextBase::UNSIGNED_SHORT).val_; in GetUnsignedShort() 1744 NVal::DeclareNapiGetter("UNSIGNED_SHORT", GetUnsignedShort), in GetRenderingContextBasePropertyDesc()
|
Completed in 16 milliseconds