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

  /external/chromium_org/third_party/mesa/src/include/GL/
wmesa.h 71 typedef struct wmesa_context *WMesaContext;
76 * Create a new WMesaContext for rendering into a window. You must
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
103 extern void WMesaDestroyContext( WMesaContext ctx );
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
116 extern WMesaContext WMesaGetCurrentContext( void );
133 void WMesaShareLists(WMesaContext ctx_to_share, WMesaContext ctx);
  /external/mesa3d/include/GL/
wmesa.h 71 typedef struct wmesa_context *WMesaContext;
76 * Create a new WMesaContext for rendering into a window. You must
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
103 extern void WMesaDestroyContext( WMesaContext ctx );
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
116 extern WMesaContext WMesaGetCurrentContext( void );
133 void WMesaShareLists(WMesaContext ctx_to_share, WMesaContext ctx);

Completed in 27 milliseconds