OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_glapi_Dispatch
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mapi/glapi/
glapi.c
39
const struct _glapi_table *
_glapi_Dispatch
;
glapi.h
78
#define
_glapi_Dispatch
_mglapi_Dispatch
94
_GLAPI_EXPORT extern const struct _glapi_table *
_glapi_Dispatch
;
102
_GLAPI_EXPORT extern struct _glapi_table *
_glapi_Dispatch
;
108
(likely(
_glapi_Dispatch
) ?
_glapi_Dispatch
: _glapi_get_dispatch())
115
# define GET_DISPATCH()
_glapi_Dispatch
glapi_entrypoint.c
156
0x03000000, /* 64-bit 0x00 --> sethi %hh(
_glapi_Dispatch
), %g1 */
157
0x05000000, /* 64-bit 0x04 --> sethi %lm(
_glapi_Dispatch
), %g2 */
158
0x82106000, /* 64-bit 0x08 --> or %g1, %hm(
_glapi_Dispatch
), %g1 */
162
0xc2586000, /* 64-bit 0x18 --> ldx [%g1 + %lo(
_glapi_Dispatch
)], %g1 */
164
0x03000000, /* 32-bit 0x00 --> sethi %hi(
_glapi_Dispatch
), %g1 */
166
0xc2006000, /* 32-bit 0x08 --> ld [%g1 + %lo(
_glapi_Dispatch
)], %g1 */
200
unsigned long dispatch = (unsigned long) &
_glapi_Dispatch
;
/external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c
20
PUBLIC const struct _glapi_table *
_glapi_Dispatch
;
25
PUBLIC struct _glapi_table *
_glapi_Dispatch
;
/external/mesa3d/src/mapi/mapi/
u_current.h
16
#define u_current_table
_glapi_Dispatch
mapi_glapi.c
43
const struct _glapi_table *
_glapi_Dispatch
;
Completed in 64 milliseconds