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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/
dri_interface.h 61 typedef struct __DRIcontextRec __DRIcontext;
228 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
245 void (*setTexBuffer)(__DRIcontext *pDRICtx,
255 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
523 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
525 __DRIcontext *shared,
528 int (*copyContext)(__DRIcontext *dest,
529 __DRIcontext *src,
532 void (*destroyContext)(__DRIcontext *context);
534 int (*bindContext)(__DRIcontext *ctx
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 61 typedef struct __DRIcontextRec __DRIcontext;
228 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
245 void (*setTexBuffer)(__DRIcontext *pDRICtx,
255 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
523 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
525 __DRIcontext *shared,
528 int (*copyContext)(__DRIcontext *dest,
529 __DRIcontext *src,
532 void (*destroyContext)(__DRIcontext *context);
534 int (*bindContext)(__DRIcontext *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/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 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...]

Completed in 163 milliseconds