HomeSort by relevance Sort by last modified time
    Searched refs:driverPrivate (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 150 void *driverPrivate;
179 void *driverPrivate;
216 void *driverPrivate;
dri_util.c 171 void *shareCtx = (shared != NULL) ? shared->driverPrivate : NULL;
611 * It's expected that the dPriv->driverPrivate member points to a
617 struct gl_framebuffer *fb = (struct gl_framebuffer *) dPriv->driverPrivate;
drisw_util.c 107 void * const shareCtx = (shared != NULL) ? shared->driverPrivate : NULL;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 71 return (struct dri_context *)driContextPriv->driverPrivate;
95 return (struct dri_drawable *)driDrawPriv->driverPrivate;
swrast.c 76 dri_ctx = pDRICtx->driverPrivate;
469 dPriv->driverPrivate = drawable;
745 cPriv->driverPrivate = ctx;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 100 dri_screen->driverPrivate = screen;
140 struct nouveau_screen *screen = dri_screen->driverPrivate;
148 dri_screen->driverPrivate = NULL;
205 drawable->driverPrivate = fb;
214 (struct gl_framebuffer **)&drawable->driverPrivate, NULL);
nouveau_context.c 58 struct nouveau_screen *screen = dri_screen->driverPrivate;
97 dri_ctx->driverPrivate = ctx;
236 struct nouveau_context *nctx = dri_ctx->driverPrivate;
246 struct gl_context *ctx = dri_ctx->driverPrivate;
249 struct gl_framebuffer *fb = draw->driverPrivate;
332 struct gl_context *ctx = dri_ctx->driverPrivate;
333 struct gl_framebuffer *fb = draw->driverPrivate;
351 struct nouveau_context *nctx = dri_ctx->driverPrivate;
355 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer)
360 dri_read->driverPrivate != ctx->WinSysReadBuffer
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 69 return (struct dri_context *)driContextPriv->driverPrivate;
dri_drawable.h 90 ? driDrawPriv->driverPrivate : NULL;
dri_screen.h 81 return (struct dri_screen *)sPriv->driverPrivate;
dri_drawable.c 123 struct dri_screen *screen = sPriv->driverPrivate;
148 dPriv->driverPrivate = (void *)drawable;
dri_context.c 110 cPriv->driverPrivate = ctx;
dri_screen.c 387 sPriv->driverPrivate = NULL;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 194 rmesa = (radeonContextPtr) drawable->driContextPriv->driverPrivate;
210 radeonScreenPtr radeonScreen = screen->driverPrivate;
266 radeonContextPtr radeon = context->driverPrivate;
311 radeonScreenPtr radeonScreen = screen->driverPrivate;
551 radeonScreenPtr screen = (radeonScreenPtr)sPriv->driverPrivate;
565 sPriv->driverPrivate = NULL;
574 sPriv->driverPrivate = (void *) radeonCreateScreen2( sPriv );
575 if ( !sPriv->driverPrivate ) {
597 radeonScreenPtr screen = (radeonScreenPtr) driScrnPriv->driverPrivate;
664 driDrawPriv->driverPrivate = (void *) rfb
    [all...]
radeon_common_context.c 135 radeonScreenPtr screen = (radeonScreenPtr) (sPriv->driverPrivate);
155 driContextPriv->driverPrivate = radeon;
222 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate;
277 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate;
357 draw = drawable->driverPrivate;
359 radeon = (radeonContextPtr) context->driverPrivate;
568 radeon = (radeonContextPtr)driContextPriv->driverPrivate;
592 drfb = driDrawPriv->driverPrivate;
593 readfb = driReadPriv->driverPrivate;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 70 BufferPrivatePtr private = buffer->driverPrivate;
168 buffer->driverPrivate = private;
188 BufferPrivatePtr private = buffer->driverPrivate;
215 buffer->driverPrivate = private;
233 free(buffer->driverPrivate);
258 buffers[i].driverPrivate = &privates[i];
284 free(buffers[0].driverPrivate);
298 BufferPrivatePtr dst_priv = pDestBuffer->driverPrivate;
299 BufferPrivatePtr src_priv = pSrcBuffer->driverPrivate;
xorg_tracker.h 158 #define modesettingPTR(p) ((modesettingPtr)((p)->driverPrivate))
xorg_driver.c 162 if (pScrn->driverPrivate)
165 pScrn->driverPrivate = xnfcalloc(1, sizeof(modesettingRec));
176 if (!pScrn->driverPrivate)
179 free(pScrn->driverPrivate);
181 pScrn->driverPrivate = NULL;
365 cust = (CustomizerPtr) pScrn->driverPrivate;
366 pScrn->driverPrivate = NULL;
368 /* Allocate driverPrivate */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 255 struct gl_framebuffer *fb = drawable->driverPrivate;
329 struct gl_framebuffer *fb = drawable->driverPrivate;
331 struct intel_context *intel = context->driverPrivate;
591 struct intel_screen *intelScreen = sPriv->driverPrivate;
616 driContextPriv->driverPrivate = intel;
795 (struct intel_context *) driContextPriv->driverPrivate;
839 driContextPriv->driverPrivate = NULL;
861 intel = (struct intel_context *) driContextPriv->driverPrivate;
880 fb = driDrawPriv->driverPrivate;
881 readFb = driReadPriv->driverPrivate;
    [all...]
intel_screen.c 300 struct intel_screen *intelScreen = screen->driverPrivate;
325 struct intel_context *intel = context->driverPrivate;
385 struct intel_screen *intelScreen = screen->driverPrivate;
632 struct intel_screen *intelScreen = sPriv->driverPrivate;
644 sPriv->driverPrivate = NULL;
657 struct intel_screen *screen = (struct intel_screen*) driScrnPriv->driverPrivate;
732 driDrawPriv->driverPrivate = fb;
740 struct gl_framebuffer *fb = driDrawPriv->driverPrivate;
783 struct intel_screen *intelScreen = sPriv->driverPrivate;
824 if (driContextPriv->driverPrivate != NULL
    [all...]
intel_tex_image.c 272 struct gl_framebuffer *fb = dPriv->driverPrivate;
273 struct intel_context *intel = pDRICtx->driverPrivate;
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 310 sPriv->driverPrivate = (void *)screen;
337 drawable = dPriv->driverPrivate;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 208 radeonScreenPtr screen = (radeonScreenPtr)(sPriv->driverPrivate);
476 r200ContextPtr rmesa = (r200ContextPtr)driContextPriv->driverPrivate;
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 791 sPriv->driverPrivate = (void *)screen;
838 drawable = dPriv->driverPrivate;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 85 struct intel_screen *screen = sPriv->driverPrivate;

Completed in 334 milliseconds

1 2