Home
last modified time | relevance | path

Searched refs:Indexubv (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp529 PFNINDEXUBVPROC Indexubv; variable
1157 Indexubv = (PFNINDEXUBVPROC)IntGetProcAddress("glIndexubv"); in Switch_Indexubv()
1158 Indexubv(c); in Switch_Indexubv()
2517 Indexubv = Switch_Indexubv; in InitializeVariables()
Dgl_core_3_1.hpp1132 extern void (CODEGEN_FUNCPTR *Indexubv)(const GLubyte *c);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h366 void (GLAPIENTRY * Indexubv)(const GLubyte *);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp882 { "glIndexubv", _O(Indexubv) },
/external/mesa3d/include/GL/
Dgl_mangle.h943 #define glIndexubv MANGLE(Indexubv)