Home
last modified time | relevance | path

Searched refs:DISPATCH_FUNCTION_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c46 #if defined(DISPATCH_FUNCTION_SIZE)
52 + (DISPATCH_FUNCTION_SIZE * functionOffset)); in get_entrypoint_address()
78 curr_func += DISPATCH_FUNCTION_SIZE; in init_glapi_relocs()
H A Dglapi_getproc.c45 #if !defined(DISPATCH_FUNCTION_SIZE)
131 #if defined(DISPATCH_FUNCTION_SIZE) && defined(GLX_INDIRECT_RENDERING) in _glapi_get_proc_address()
135 #elif defined(DISPATCH_FUNCTION_SIZE) in _glapi_get_proc_address()
H A Dglapi_priv.h51 #define DISPATCH_FUNCTION_SIZE 16 macro
55 #define DISPATCH_FUNCTION_SIZE 16 macro