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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 150 void *driverPrivate;
179 void *driverPrivate;
216 void *driverPrivate;
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 150 void *driverPrivate;
179 void *driverPrivate;
216 void *driverPrivate;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast_priv.h 71 return (struct dri_context *)driContextPriv->driverPrivate;
95 return (struct dri_drawable *)driDrawPriv->driverPrivate;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 71 return (struct dri_context *)driContextPriv->driverPrivate;
95 return (struct dri_drawable *)driDrawPriv->driverPrivate;
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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;
  /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;
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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))
  /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;
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]

Completed in 678 milliseconds

1 2 3