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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp99 void __indirect_glColor3ub(void) { } function in typeref:typename:void
786 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c103 table[19] = (_glapi_proc) __indirect_glColor3ub;
H A Dindirect.h87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
H A Dindirect.c601 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c103 table[19] = (_glapi_proc) __indirect_glColor3ub;
H A Dindirect.h87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
H A Dindirect.c601 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp101 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) { } function in typeref:typename:void
788 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);

Completed in 50 milliseconds