Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h149 LINEAR_MIPMAP_LINEAR = 9987 member in GLTF2::AttributeType::RenderMode::FilterMode
H A Dgltf2_exporter.cpp132 return GLTF2::FilterMode::LINEAR_MIPMAP_LINEAR; in GetFilterMode()
H A Dgltf2_loader.cpp940 case FilterMode::LINEAR_MIPMAP_LINEAR:
H A Dgltf2_importer.cpp1771 case GLTF2::FilterMode::LINEAR_MIPMAP_LINEAR: in ConvertToCoreFilter()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h206 static const GLenum LINEAR_MIPMAP_LINEAR = 0x2703; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp897 return NVal::CreateInt64(env, WebGLRenderingContextBase::LINEAR_MIPMAP_LINEAR).val_; in GetLinearMipmapLinear()
1798 NVal::DeclareNapiGetter("LINEAR_MIPMAP_LINEAR", GetLinearMipmapLinear), in GetRenderingContextBasePropertyDesc()

Completed in 29 milliseconds