Home
last modified time | relevance | path

Searched refs:ShaderSource (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h392 static napi_value ShaderSource(napi_env env, napi_callback_info info);
H A Dwebgl_rendering_context_base_impl.h171 napi_value ShaderSource(napi_env env, napi_value object, const std::string& source);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp1299 napi_value WebGLRenderingContextBase::ShaderSource(napi_env env, napi_callback_info info) in ShaderSource() function in OHOS::Rosen::WebGLRenderingContextBase
1320 return context->GetWebGLRenderingContextImpl().ShaderSource(env, funcArg[NARG_POS::FIRST], str); in ShaderSource()
H A Dwebgl_rendering_context_common.cpp1571 NVal::DeclareNapiFunction("shaderSource", WebGLRenderingContextBase::ShaderSource), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base_impl.cpp440 napi_value WebGLRenderingContextBaseImpl::ShaderSource(napi_env env, napi_value object, const std::… in ShaderSource() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl