Searched refs:coeffs (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 325 BASE_NS::vector<BASE_NS::Math::Vec3> coeffs; in GetIrradianceCoefficients() local 327 ExecSyncTask([environment, &coeffs]() { in GetIrradianceCoefficients() 328 coeffs = environment->IrradianceCoefficients()->GetValue(); in GetIrradianceCoefficients() 334 for (auto& v : coeffs) { in GetIrradianceCoefficients() 350 BASE_NS::vector<BASE_NS::Math::Vec3> coeffs; in SetIrradianceCoefficients() local 364 coeffs.emplace_back((float)x, (float)y, (float)z); in SetIrradianceCoefficients() 368 ExecSyncTask([environment, &coeffs]() { in SetIrradianceCoefficients() 369 environment->IrradianceCoefficients()->SetValue(coeffs); in SetIrradianceCoefficients()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl2ext_entries.in | 1354 …nputGenNV, GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs) 1355 CALL_HOOK_API(glProgramPathFragmentInputGenNV, program, location, genMode, components, coeffs)
|