OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_functions
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c
59
for (i = 0;
static_functions
[i].Name_offset >= 0; i++) {
60
const char *testName = gl_string_table +
static_functions
[i].Name_offset;
68
return &
static_functions
[i];
125
for (i = 0;
static_functions
[i].Name_offset >= 0; i++) {
126
if (
static_functions
[i].Offset == offset) {
127
return gl_string_table +
static_functions
[i].Name_offset;
/external/mesa3d/src/mapi/glapi/
glapi_getproc.c
59
for (i = 0;
static_functions
[i].Name_offset >= 0; i++) {
60
const char *testName = gl_string_table +
static_functions
[i].Name_offset;
68
return &
static_functions
[i];
125
for (i = 0;
static_functions
[i].Name_offset >= 0; i++) {
126
if (
static_functions
[i].Offset == offset) {
127
return gl_string_table +
static_functions
[i].Name_offset;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_procs.py
170
print 'static const glprocs_table_t
static_functions
[] = {'
/external/mesa3d/src/mapi/glapi/gen/
gl_procs.py
170
print 'static const glprocs_table_t
static_functions
[] = {'
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h
1468
static const glprocs_table_t
static_functions
[] = {
variable
[
all
...]
Completed in 641 milliseconds