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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp99 void __indirect_glColor3s(void) { } function
782 EXPECT_EQ((_glapi_proc) __indirect_glColor3s, table[_gloffset_Color3s]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp99 void __indirect_glColor3s(void) { } function
782 EXPECT_EQ((_glapi_proc) __indirect_glColor3s, table[_gloffset_Color3s]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c98 table[17] = (_glapi_proc) __indirect_glColor3s;
H A Dindirect.h85 extern _X_HIDDEN void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue);
H A Dindirect.c557 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue) function

Completed in 108 milliseconds