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/hgl/
GLDispatcher.cpp
32
dispatch =
_glapi_Dispatch
?
_glapi_Dispatch
: _glapi_get_dispatch();\
37
dispatch =
_glapi_Dispatch
?
_glapi_Dispatch
: _glapi_get_dispatch();\
/external/mesa3d/src/mapi/glapi/
glapi.c
38
const struct _glapi_table *
_glapi_Dispatch
;
glapi.h
78
#define
_glapi_Dispatch
_mglapi_Dispatch
97
_GLAPI_EXPORT extern const struct _glapi_table *
_glapi_Dispatch
;
105
_GLAPI_EXPORT extern struct _glapi_table *
_glapi_Dispatch
;
109
(likely(
_glapi_Dispatch
) ?
_glapi_Dispatch
: _glapi_get_dispatch())
glapi_entrypoint.c
157
0x03000000, /* 64-bit 0x00 --> sethi %hh(
_glapi_Dispatch
), %g1 */
158
0x05000000, /* 64-bit 0x04 --> sethi %lm(
_glapi_Dispatch
), %g2 */
159
0x82106000, /* 64-bit 0x08 --> or %g1, %hm(
_glapi_Dispatch
), %g1 */
163
0xc2586000, /* 64-bit 0x18 --> ldx [%g1 + %lo(
_glapi_Dispatch
)], %g1 */
165
0x03000000, /* 32-bit 0x00 --> sethi %hi(
_glapi_Dispatch
), %g1 */
167
0xc2006000, /* 32-bit 0x08 --> ld [%g1 + %lo(
_glapi_Dispatch
)], %g1 */
201
unsigned long dispatch = (unsigned long) &
_glapi_Dispatch
;
/external/mesa3d/src/mapi/
u_current.h
20
#define u_current_table
_glapi_Dispatch
mapi_glapi.c
43
const struct _glapi_table *
_glapi_Dispatch
;
Completed in 427 milliseconds