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 D | webgl_rendering_context_base.h | 392 static napi_value ShaderSource(napi_env env, napi_callback_info info);
|
H A D | webgl_rendering_context_base_impl.h | 171 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 D | webgl_rendering_context_base.cpp | 1299 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 D | webgl_rendering_context_common.cpp | 1571 NVal::DeclareNapiFunction("shaderSource", WebGLRenderingContextBase::ShaderSource), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base_impl.cpp | 440 napi_value WebGLRenderingContextBaseImpl::ShaderSource(napi_env env, napi_value object, const std::… in ShaderSource() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
|