Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp210 const uint32_t curVAO = device_.BoundVertexArray(); in MakeVAO()
H A Ddevice_gles.h210 uint32_t BoundVertexArray() const;
H A Ddevice_gles.cpp1885 uint32_t wasbound = BoundVertexArray(); in UnBindBufferFromVertexArray()
1949 uint32_t DeviceGLES::BoundVertexArray() const in BoundVertexArray() function in DeviceGLES