Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp688 PFNBINDBUFFERBASEPROC BindBufferBase; variable
2011 BindBufferBase = (PFNBINDBUFFERBASEPROC)IntGetProcAddress("glBindBufferBase"); in Switch_BindBufferBase()
2012 BindBufferBase(target, index, buffer); in Switch_BindBufferBase()
2676 BindBufferBase = Switch_BindBufferBase; in InitializeVariables()
Dgl_core_3_1.hpp1291 extern void (CODEGEN_FUNCPTR *BindBufferBase)(GLenum target, GLuint index, GLuint buffer);
/external/mesa3d/include/GL/
Dgl_mangle.h71 #define glBindBufferBase MANGLE(BindBufferBase)