Home
last modified time | relevance | path

Searched refs:indirectBuffer (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp1598 GLuint vertexBuffer, indexBuffer, indirectBuffer; in GLDrawElementsIndirect() local
1608 glGenBuffers(CREAT_NUM_ONE, &indirectBuffer); in GLDrawElementsIndirect()
1614 glBindBuffer(GL_DRAW_INDIRECT_BUFFER, indirectBuffer); in GLDrawElementsIndirect()
1619 glBindBuffer(GL_DRAW_INDIRECT_BUFFER, indirectBuffer); in GLDrawElementsIndirect()
1624 glDeleteBuffers(CREAT_NUM_ONE, &indirectBuffer); in GLDrawElementsIndirect()

Completed in 17 milliseconds