Home
last modified time | relevance | path

Searched refs:CheckLocationName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp997 if (!CheckLocationName(name)) { in GetUniformLocation()
1031 if (!CheckLocationName(name)) { in GetAttribLocation()
1487 if (!CheckLocationName(name)) { in BindAttribLocation()
2619 bool WebGLRenderingContextBaseImpl::CheckLocationName(const std::string& name) in CheckLocationName() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h309 bool CheckLocationName(const std::string& name);