Home
last modified time | relevance | path

Searched defs:vao (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.h43 uint32_t vao; member
H A Ddevice_gles.cpp1772 GLuint vao; in CreateVertexArray() local
1791 void DeviceGLES::DeleteVertexArray(uint32_t vao) in DeleteVertexArray()
1884 uint32_t vao = 1; in UnBindBufferFromVertexArray() local
1926 void DeviceGLES::UnBindVertexArray(uint32_t vao) in UnBindVertexArray()
1984 void DeviceGLES::BindVertexArray(uint32_t vao) in BindVertexArray()