Home
last modified time | relevance | path

Searched refs:VertexAttribArg (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h208 napi_value VertexAttribPointer(napi_env env, const VertexAttribArg& vertexInfo);
325 GLenum CheckVertexAttribPointer(napi_env env, const VertexAttribArg& vertexInfo);
H A Dwebgl2_rendering_context_impl.h102 napi_value VertexAttribIPointer(napi_env env, const VertexAttribArg& vertexInfo);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h343 struct VertexAttribArg { struct
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp868 void VertexAttribArg::Dump(const std::string &info) const in Dump()
H A Dwebgl_rendering_context_base_impl.cpp1377 napi_value WebGLRenderingContextBaseImpl::VertexAttribPointer(napi_env env, const VertexAttribArg& … in VertexAttribPointer()
2757 GLenum WebGLRenderingContextBaseImpl::CheckVertexAttribPointer(napi_env env, const VertexAttribArg&… in CheckVertexAttribPointer()
H A Dwebgl2_rendering_context_impl.cpp1220 napi_value WebGL2RenderingContextImpl::VertexAttribIPointer(napi_env env, const VertexAttribArg& ve… in VertexAttribIPointer()
H A Dwebgl2_rendering_context_base.cpp1161 VertexAttribArg vertexInfo = { 0 }; in VertexAttribIPointer()
H A Dwebgl_rendering_context_base.cpp2061 VertexAttribArg vertexInfo = { 0 }; in VertexAttribPointer()