OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c
617
char *
BeginFunc
= (char*) &table->Begin;
618
GLuint offset = (
BeginFunc
- (char *) table) / sizeof(void *);
/external/mesa3d/src/mapi/glapi/
glapi_getproc.c
617
char *
BeginFunc
= (char*) &table->Begin;
618
GLuint offset = (
BeginFunc
- (char *) table) / sizeof(void *);
Completed in 5619 milliseconds