Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h148 NEAREST_MIPMAP_LINEAR = 9986, member in GLTF2::AttributeType::RenderMode::FilterMode
H A Dgltf2_exporter.cpp130 return GLTF2::FilterMode::NEAREST_MIPMAP_LINEAR; in GetFilterMode()
H A Dgltf2_loader.cpp939 case FilterMode::NEAREST_MIPMAP_LINEAR:
H A Dgltf2_importer.cpp1766 case GLTF2::FilterMode::NEAREST_MIPMAP_LINEAR: in ConvertToCoreFilter()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h205 static const GLenum NEAREST_MIPMAP_LINEAR = 0x2702; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp892 return NVal::CreateInt64(env, WebGLRenderingContextBase::NEAREST_MIPMAP_LINEAR).val_; in GetNearestMipMapLinear()
1797 NVal::DeclareNapiGetter("NEAREST_MIPMAP_LINEAR", GetNearestMipMapLinear), in GetRenderingContextBasePropertyDesc()

Completed in 19 milliseconds