Home
last modified time | relevance | path

Searched refs:BindElementBuffer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h200 void BindElementBuffer(uint32_t buffer);
H A Ddevice_gles.cpp2027 void DeviceGLES::BindElementBuffer(uint32_t buffer) in BindElementBuffer() function in DeviceGLES
H A Drender_backend_gles.cpp2498 device_.BindElementBuffer(boundIndexBuffer_.id); in BindResources()