OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISPATCH_FUNCTION_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_priv.h
88
# define
DISPATCH_FUNCTION_SIZE
16
90
# define
DISPATCH_FUNCTION_SIZE
32
92
# define
DISPATCH_FUNCTION_SIZE
16
98
# define
DISPATCH_FUNCTION_SIZE
16
glapi_entrypoint.c
48
#if defined(
DISPATCH_FUNCTION_SIZE
)
54
+ (
DISPATCH_FUNCTION_SIZE
* functionOffset));
80
curr_func +=
DISPATCH_FUNCTION_SIZE
;
99
+ (
DISPATCH_FUNCTION_SIZE
* 32);
100
GLubyte * const code = (GLubyte *) u_execmem_alloc(
DISPATCH_FUNCTION_SIZE
);
104
(void) memcpy(code, template_func,
DISPATCH_FUNCTION_SIZE
);
glapi_getproc.c
45
#if !defined(
DISPATCH_FUNCTION_SIZE
)
104
#if defined(
DISPATCH_FUNCTION_SIZE
) && defined(GLX_INDIRECT_RENDERING)
108
#elif defined(
DISPATCH_FUNCTION_SIZE
)
/external/mesa3d/src/mapi/glapi/
glapi_priv.h
88
# define
DISPATCH_FUNCTION_SIZE
16
90
# define
DISPATCH_FUNCTION_SIZE
32
92
# define
DISPATCH_FUNCTION_SIZE
16
98
# define
DISPATCH_FUNCTION_SIZE
16
glapi_entrypoint.c
48
#if defined(
DISPATCH_FUNCTION_SIZE
)
54
+ (
DISPATCH_FUNCTION_SIZE
* functionOffset));
80
curr_func +=
DISPATCH_FUNCTION_SIZE
;
99
+ (
DISPATCH_FUNCTION_SIZE
* 32);
100
GLubyte * const code = (GLubyte *) u_execmem_alloc(
DISPATCH_FUNCTION_SIZE
);
104
(void) memcpy(code, template_func,
DISPATCH_FUNCTION_SIZE
);
glapi_getproc.c
45
#if !defined(
DISPATCH_FUNCTION_SIZE
)
104
#if defined(
DISPATCH_FUNCTION_SIZE
) && defined(GLX_INDIRECT_RENDERING)
108
#elif defined(
DISPATCH_FUNCTION_SIZE
)
Completed in 51 milliseconds