Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h152 enum class WrapMode : int { CLAMP_TO_EDGE = 33071, MIRRORED_REPEAT = 33648, REPEAT = 10497 }; member in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode
H A Dgltf2_exporter.cpp148 return GLTF2::WrapMode::MIRRORED_REPEAT; in GetWrapMode()
H A Dgltf2_loader.cpp960 case WrapMode::MIRRORED_REPEAT:
H A Dgltf2_importer.cpp1791 case GLTF2::WrapMode::MIRRORED_REPEAT: in ConvertToCoreWrapMode()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h257 static const GLenum MIRRORED_REPEAT = 0x8370; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp1152 return NVal::CreateInt64(env, WebGLRenderingContextBase::MIRRORED_REPEAT).val_; in GetMirroredRepeat()
1849 NVal::DeclareNapiGetter("MIRRORED_REPEAT", GetMirroredRepeat), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base_impl.cpp2012 param == WebGLRenderingContextBase::MIRRORED_REPEAT || param == WebGLRenderingContextBase::REPEAT) { in CheckTexParameter()

Completed in 23 milliseconds