Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp528 PFNINDEXUBPROC Indexub; variable
1151 Indexub = (PFNINDEXUBPROC)IntGetProcAddress("glIndexub"); in Switch_Indexub()
1152 Indexub(c); in Switch_Indexub()
2516 Indexub = Switch_Indexub; in InitializeVariables()
Dgl_core_3_1.hpp1131 extern void (CODEGEN_FUNCPTR *Indexub)(GLubyte c);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h365 void (GLAPIENTRY * Indexub)(GLubyte);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp881 { "glIndexub", _O(Indexub) },
/external/mesa3d/include/GL/
Dgl_mangle.h942 #define glIndexub MANGLE(Indexub)