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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 67 typedef struct __DRIcontextRec __DRIcontext;
217 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
241 void (*setTexBuffer)(__DRIcontext *pDRICtx,
251 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
261 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
303 void (*throttle)(__DRIcontext *ctx,
580 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
582 __DRIcontext *shared,
585 int (*copyContext)(__DRIcontext *dest,
586 __DRIcontext *src
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 60 typedef struct __DRIcontextRec __DRIcontext;
216 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
240 void (*setTexBuffer)(__DRIcontext *pDRICtx,
252 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
264 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
315 void (*flush_with_flags)(__DRIcontext *ctx,
332 void (*throttle)(__DRIcontext *ctx,
362 void *(*create_fence)(__DRIcontext *ctx);
384 GLboolean (*client_wait_sync)(__DRIcontext *ctx, void *fence,
399 void (*server_wait_sync)(__DRIcontext *ctx, void *fence, unsigned flags)
    [all...]

Completed in 106 milliseconds