Home
last modified time | relevance | path

Searched refs:VertexAttribI2i (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c166 SET_VertexAttribI2iEXT(tab, vfmt->VertexAttribI2i); in install_vtxfmt()
Ddd.h927 void (GLAPIENTRYP VertexAttribI2i)( GLuint index, GLint x, GLint y);
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp698 PFNVERTEXATTRIBI2IPROC VertexAttribI2i; variable
2071 VertexAttribI2i = (PFNVERTEXATTRIBI2IPROC)IntGetProcAddress("glVertexAttribI2i"); in Switch_VertexAttribI2i()
2072 VertexAttribI2i(index, x, y); in Switch_VertexAttribI2i()
2686 VertexAttribI2i = Switch_VertexAttribI2i; in InitializeVariables()
Dgl_core_3_1.hpp1301 extern void (CODEGEN_FUNCPTR *VertexAttribI2i)(GLuint index, GLint x, GLint y);
/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h570 TAG(VertexAttribI2i)(GLuint index, GLint x, GLint y) in TAG() argument
Dvbo_save_api.c1384 vfmt->VertexAttribI2i = _save_VertexAttribI2i; in _save_vtxfmt_init()
Dvbo_exec_api.c994 vfmt->VertexAttribI2i = vbo_VertexAttribI2i; in vbo_exec_vtxfmt_init()
/external/mesa3d/include/GL/
Dgl_mangle.h2087 #define glVertexAttribI2i MANGLE(VertexAttribI2i)