Home
last modified time | relevance | path

Searched refs:BindVertexArray (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp212 device_.BindVertexArray(plat_.vao); in MakeVAO()
233 device_.BindVertexArray(curVAO); in MakeVAO()
H A Ddevice_gles.h196 void BindVertexArray(uint32_t vao);
H A Ddevice_gles.cpp1894 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
H A Drender_backend_gles.cpp2496 device_.BindVertexArray(pipelineData.vao); in BindResources()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h59 napi_value BindVertexArray(napi_env env, napi_value object);
H A Dwebgl2_rendering_context_base.h366 static napi_value BindVertexArray(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp1757 napi_value WebGL2RenderingContextBase::BindVertexArray(napi_env env, napi_callback_info info) in BindVertexArray() function in OHOS::Rosen::WebGL2RenderingContextBase
1766 context->GetWebGL2RenderingContextImpl().BindVertexArray(env, funcArg[NARG_POS::FIRST]); in BindVertexArray()
H A Dwebgl2_rendering_context.cpp1453 NVal::DeclareNapiFunction("bindVertexArray", WebGL2RenderingContextBase::BindVertexArray), in Export()
H A Dwebgl2_rendering_context_impl.cpp398 napi_value WebGL2RenderingContextImpl::BindVertexArray(napi_env env, napi_value object) in BindVertexArray() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl