Searched refs:BindVertexArray (Results 1 – 9 of 9) sorted by relevance
212 device_.BindVertexArray(plat_.vao); in MakeVAO()233 device_.BindVertexArray(curVAO); in MakeVAO()
196 void BindVertexArray(uint32_t vao);
1894 BindVertexArray(vao); in UnBindBufferFromVertexArray()1905 BindVertexArray(vao); in UnBindBufferFromVertexArray()1913 BindVertexArray(wasbound); in UnBindBufferFromVertexArray()1984 void DeviceGLES::BindVertexArray(uint32_t vao) in BindVertexArray() function in DeviceGLES
2496 device_.BindVertexArray(pipelineData.vao); in BindResources()
59 napi_value BindVertexArray(napi_env env, napi_value object);
366 static napi_value BindVertexArray(napi_env env, napi_callback_info info);
1757 napi_value WebGL2RenderingContextBase::BindVertexArray(napi_env env, napi_callback_info info) in BindVertexArray() function in OHOS::Rosen::WebGL2RenderingContextBase1766 context->GetWebGL2RenderingContextImpl().BindVertexArray(env, funcArg[NARG_POS::FIRST]); in BindVertexArray()
1453 NVal::DeclareNapiFunction("bindVertexArray", WebGL2RenderingContextBase::BindVertexArray), in Export()
398 napi_value WebGL2RenderingContextImpl::BindVertexArray(napi_env env, napi_value object) in BindVertexArray() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl