Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h146 NEAREST_MIPMAP_NEAREST = 9984, member in GLTF2::AttributeType::RenderMode::FilterMode
H A Dgltf2_exporter.cpp126 return GLTF2::FilterMode::NEAREST_MIPMAP_NEAREST; in GetFilterMode()
H A Dgltf2_loader.cpp937 case FilterMode::NEAREST_MIPMAP_NEAREST:
H A Dgltf2_importer.cpp1756 case GLTF2::FilterMode::NEAREST_MIPMAP_NEAREST: in ConvertToCoreFilter()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h203 static const GLenum NEAREST_MIPMAP_NEAREST = 0x2700; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp882 return NVal::CreateInt64(env, WebGLRenderingContextBase::NEAREST_MIPMAP_NEAREST).val_; in GetNearestMipmapNearest()
1795 NVal::DeclareNapiGetter("NEAREST_MIPMAP_NEAREST", GetNearestMipmapNearest), in GetRenderingContextBasePropertyDesc()

Completed in 23 milliseconds