Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp687 PFNBINDBUFFERRANGEPROC BindBufferRange; variable
2005 BindBufferRange = (PFNBINDBUFFERRANGEPROC)IntGetProcAddress("glBindBufferRange"); in Switch_BindBufferRange()
2006 BindBufferRange(target, index, buffer, offset, size); in Switch_BindBufferRange()
2675 BindBufferRange = Switch_BindBufferRange; in InitializeVariables()
Dgl_core_3_1.hpp1290 …extern void (CODEGEN_FUNCPTR *BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintpt…
/external/mesa3d/include/GL/
Dgl_mangle.h77 #define glBindBufferRange MANGLE(BindBufferRange)