HomeSort by relevance Sort by last modified time
    Searched refs:_glapi_Dispatch (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/mesa/drivers/dri/common/
dri_test.c 20 PUBLIC const struct _glapi_table *_glapi_Dispatch;
25 PUBLIC struct _glapi_table *_glapi_Dispatch;
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.h 16 #define u_current_table _glapi_Dispatch
mapi_glapi.c 43 const 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;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_x86-64.S 43 # define _glapi_Dispatch _mglapi_Dispatch
70 .extern _glapi_Dispatch
105 movq _glapi_Dispatch(%rip), %rax
138 movq _glapi_Dispatch(%rip), %rax
167 movq _glapi_Dispatch(%rip), %rax
200 movq _glapi_Dispatch(%rip), %rax
237 movq _glapi_Dispatch(%rip), %rax
270 movq _glapi_Dispatch(%rip), %rax
299 movq _glapi_Dispatch(%rip), %rax
328 movq _glapi_Dispatch(%rip), %ra
    [all...]

Completed in 273 milliseconds