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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_entrypoint.c 39 extern GLubyte gl_dispatch_functions_start[];
42 extern const GLubyte gl_dispatch_functions_start[];
53 return (_glapi_proc) (gl_dispatch_functions_start
75 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start;
98 const GLubyte * const template_func = gl_dispatch_functions_start
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 39 extern GLubyte gl_dispatch_functions_start[];
42 extern const GLubyte gl_dispatch_functions_start[];
53 return (_glapi_proc) (gl_dispatch_functions_start
75 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start;
98 const GLubyte * const template_func = gl_dispatch_functions_start

Completed in 1806 milliseconds