Lines Matching refs:GLubyte
41 extern GLubyte gl_dispatch_functions_start[];
42 extern GLubyte gl_dispatch_functions_end[];
73 const GLubyte * const get_disp = (const GLubyte *) run_time_patch;
74 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start;
77 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
97 const GLubyte * const template_func = gl_dispatch_functions_start
99 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE);
118 GLubyte * const code = (GLubyte *) entrypoint;