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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 563 #define _O(f) ((intptr_t) & (((struct _glapi_table *) 0)->f)) / sizeof(void *)
566 { "glNewList", _O(NewList) },
567 { "glEndList", _O(EndList) },
568 { "glCallList", _O(CallList) },
569 { "glCallLists", _O(CallLists) },
570 { "glDeleteLists", _O(DeleteLists) },
571 { "glGenLists", _O(GenLists) },
572 { "glListBase", _O(ListBase) },
573 { "glBegin", _O(Begin) },
574 { "glBitmap", _O(Bitmap) }
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 563 #define _O(f) ((intptr_t) & (((struct _glapi_table *) 0)->f)) / sizeof(void *)
566 { "glNewList", _O(NewList) },
567 { "glEndList", _O(EndList) },
568 { "glCallList", _O(CallList) },
569 { "glCallLists", _O(CallLists) },
570 { "glDeleteLists", _O(DeleteLists) },
571 { "glGenLists", _O(GenLists) },
572 { "glListBase", _O(ListBase) },
573 { "glBegin", _O(Begin) },
574 { "glBitmap", _O(Bitmap) }
    [all...]

Completed in 65 milliseconds