OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__indirect_glColor3f
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/tests/
indirect_api.cpp
95
void
__indirect_glColor3f
(void) { }
778
EXPECT_EQ((_glapi_proc)
__indirect_glColor3f
, table[_gloffset_Color3f]);
[
all
...]
/external/mesa3d/src/glx/tests/
indirect_api.cpp
95
void
__indirect_glColor3f
(void) { }
778
EXPECT_EQ((_glapi_proc)
__indirect_glColor3f
, table[_gloffset_Color3f]);
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c
519
void
__indirect_glColor3f
(GLfloat red, GLfloat green, GLfloat blue)
[
all
...]
Completed in 27 milliseconds