Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h110 UNSIGNED_INT = 5125, member in GLTF2::AttributeType::RenderMode::ComponentType
230 // `5125` means UNSIGNED_INT.
231 ComponentType componentType = ComponentType::UNSIGNED_INT;
271 // 5125 (UNSIGNED_INT) is only allowed when the accessor contains indices,
273 ComponentType componentType = ComponentType::UNSIGNED_INT;
602 // 5123 (UNSIGNED_SHORT) or 5125 (UNSIGNED_INT),
H A Dgltf2_util.cpp213 case ComponentType::UNSIGNED_INT: { in LoadSparseAccessor()
653 case ComponentType::UNSIGNED_INT: in GetComponentByteSize()
691 case ComponentType::UNSIGNED_INT: in GetAlternativeType()
699 return ComponentType::UNSIGNED_INT; in GetAlternativeType()
H A Dgltf2_importer.cpp223 case GLTF2::ComponentType::UNSIGNED_INT: in Convert()
297 case GLTF2::ComponentType::UNSIGNED_INT: in ConvertNormalizedDataToFloat()
359 case GLTF2::ComponentType::UNSIGNED_INT: in ConvertDataToFloat()
408 case GLTF2::ComponentType::UNSIGNED_INT: in ConvertDataToBool()
532 case GLTF2::ComponentType::UNSIGNED_INT: { in ValidateIndices()
684 case GLTF2::ComponentType::UNSIGNED_INT: in GetPrimitiveIndexType()
H A Dgltf2_exporter.cpp1273 *originalImage->bufferView, GetComponentByteSize(ComponentType::UNSIGNED_INT)); in ExportImageData()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h154 static const GLenum UNSIGNED_INT = 0x1405; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp1073 case WebGLRenderingContextBase::UNSIGNED_INT: { in CheckDrawElements()
H A Dwebgl_rendering_context_common.cpp637 return NVal::CreateInt64(env, WebGLRenderingContextBase::UNSIGNED_INT).val_; in GetUnsignedInt()
1746 NVal::DeclareNapiGetter("UNSIGNED_INT", GetUnsignedInt), in GetRenderingContextBasePropertyDesc()

Completed in 21 milliseconds