Searched refs:__indirect_glSecondaryColor3ub (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp583 void __indirect_glSecondaryColor3ub(void) { } function in typeref:typename:void
1352 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3ub, table[_glapi_get_proc_offset("glSecondaryColor3ubEXT")]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c580 table[o] = (_glapi_proc) __indirect_glSecondaryColor3ub;
H A Dindirect.h523 extern _X_HIDDEN void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
H A Dindirect.c6422 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c580 table[o] = (_glapi_proc) __indirect_glSecondaryColor3ub;
H A Dindirect.h523 extern _X_HIDDEN void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
H A Dindirect.c6392 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp585 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) { } function in typeref:typename:void
1354 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3ub, table[_glapi_get_proc_offset("glSecondaryColor3ubEXT")]);

Completed in 52 milliseconds