Home
last modified time | relevance | path

Searched refs:GetUniformExtInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_overloads.cpp487 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform1fv()
508 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform2fv()
528 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform3fv()
548 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform4fv()
569 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform1iv()
589 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform2iv()
609 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform3iv()
629 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform4iv()
650 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix2fv()
672 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix3fv()
[all …]
H A Dwebgl2_rendering_context_base.cpp1781 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform1uiv()
1798 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform2uiv()
1815 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform3uiv()
1832 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform4uiv()
1850 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix3x2fv()
1874 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix4x2fv()
1898 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix2x3fv()
1922 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix4x3fv()
1946 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix2x4fv()
1970 succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::FOURTH); in UniformMatrix3x4fv()
H A Dwebgl_arg.cpp875 bool UniformExtInfo::GetUniformExtInfo(napi_env env, const NFuncArg& funcArg, int32_t start) in GetUniformExtInfo() function in OHOS::Rosen::UniformExtInfo
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h371 bool GetUniformExtInfo(napi_env env, const NFuncArg& funcArg, int32_t start);