HomeSort by relevance Sort by last modified time
    Searched refs:__indirect_glColor3s (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
indirect_api.cpp 99 void __indirect_glColor3s(void) { }
782 EXPECT_EQ((_glapi_proc) __indirect_glColor3s, table[_gloffset_Color3s]);
    [all...]
  /external/mesa3d/src/glx/tests/
indirect_api.cpp 99 void __indirect_glColor3s(void) { }
782 EXPECT_EQ((_glapi_proc) __indirect_glColor3s, table[_gloffset_Color3s]);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_init.c 98 table[17] = (_glapi_proc) __indirect_glColor3s;
    [all...]
indirect.h 85 extern _X_HIDDEN void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue);
    [all...]
indirect.c 557 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue)
    [all...]

Completed in 2841 milliseconds