Searched refs:VertexAttribfv (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base_impl.h | 212 napi_value VertexAttribfv(napi_env env, GLuint index, int32_t count, napi_value dataObj);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base.cpp | 2622 …return context->GetWebGLRenderingContextImpl().VertexAttribfv(env, index, 1, funcArg[NARG_POS::SEC… in VertexAttrib1fv() 2640 …context->GetWebGLRenderingContextImpl().VertexAttribfv(env, index, 2, funcArg[NARG_POS::SECOND]); … in VertexAttrib2fv() 2658 …context->GetWebGLRenderingContextImpl().VertexAttribfv(env, index, 3, funcArg[NARG_POS::SECOND]); … in VertexAttrib3fv() 2676 …context->GetWebGLRenderingContextImpl().VertexAttribfv(env, index, 4, funcArg[NARG_POS::SECOND]); … in VertexAttrib4fv()
|
H A D | webgl_rendering_context_base_impl.cpp | 2110 napi_value WebGLRenderingContextBaseImpl::VertexAttribfv(napi_env env, GLuint index, int32_t count,… in VertexAttribfv() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
|