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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp413 void __indirect_glBlendColor(void) { } function
1104 EXPECT_EQ((_glapi_proc) __indirect_glBlendColor, table[_gloffset_BlendColor]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp413 void __indirect_glBlendColor(void) { } function
1104 EXPECT_EQ((_glapi_proc) __indirect_glBlendColor, table[_gloffset_BlendColor]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c418 table[336] = (_glapi_proc) __indirect_glBlendColor;
H A Dindirect.h408 extern _X_HIDDEN void __indirect_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
H A Dindirect.c4407 void __indirect_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) function

Completed in 88 milliseconds