Searched defs:VertexAttribI3ui (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h671 TAG(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z) function
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp703 PFNVERTEXATTRIBI3UIPROC VertexAttribI3ui; member in namespace:gl
2101 VertexAttribI3ui = (PFNVERTEXATTRIBI3UIPROC)IntGetProcAddress("glVertexAttribI3ui");
2102 VertexAttribI3ui(index, x, y, z);
2691 VertexAttribI3ui = Switch_VertexAttribI3ui;

Completed in 132 milliseconds