Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h310 bool CheckProgramLinkStatus(WebGLProgram* program);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp1036 if (!CheckProgramLinkStatus(webGlProgram)) { in GetAttribLocation()
2664 bool WebGLRenderingContextBaseImpl::CheckProgramLinkStatus(WebGLProgram* program) in CheckProgramLinkStatus() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl