Searched refs:__indirect_glColor4us (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp121 void __indirect_glColor4us(void) { } function
804 EXPECT_EQ((_glapi_proc) __indirect_glColor4us, table[_gloffset_Color4us]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp121 void __indirect_glColor4us(void) { } function
804 EXPECT_EQ((_glapi_proc) __indirect_glColor4us, table[_gloffset_Color4us]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c120 table[39] = (_glapi_proc) __indirect_glColor4us;
H A Dindirect.h107 extern _X_HIDDEN void __indirect_glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha);
H A Dindirect.c773 void __indirect_glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) function

Completed in 64 milliseconds