Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h555 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp157 bindElementArrayBuffer(0); in Context()
1150 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in es2::Context
DlibGLESv2.cpp195 context->bindElementArrayBuffer(buffer); in BindBuffer()