Searched defs:fb (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_fog.c16 CRFogBits *fb = &(sb->fog); local
20 RESET(fb->color, ctx->bitid);
22 RESET(fb->density, ctx->bitid);
24 RESET(fb->end, ctx->bitid);
26 RESET(fb->start, ctx->bitid);
28 RESET(fb->mode, ctx->bitid);
30 RESET(fb->index, ctx->bitid);
32 RESET(fb->enable, ctx->bitid);
36 RESET(fb->fogDistanceMode, ctx->bitid);
40 RESET(fb
100 CRFogBits *fb = &(sb->fog); local
[all...]
H A Dstate_framebuffer.c351 static GLboolean crStateGetFBOAttachmentPoint(CRFramebufferObject *fb, GLenum attachment, CRFBOAttachmentPoint **ap) argument
356 *ap = &fb->depth;
359 *ap = &fb->stencil;
364 *ap = &fb->color[attachment-GL_COLOR_ATTACHMENT0_EXT];
416 static void ctStateFramebufferRefsCleanup(CRContext *g, CRFramebufferObject *fb) argument
419 if (fbo->readFB==fb)
423 if (fbo->drawFB==fb)
428 CR_STATE_SHAREDOBJ_USAGE_CLEAR(fb, g);
444 CRFramebufferObject *fb; local
445 fb
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.h21 int fb; /* 5 <= fb <= 273, default = 32 */ member in struct:_CLzmaEncProps
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c157 * \param fb the framebuffer we're page flipping
161 driFlipRenderbuffers(struct gl_framebuffer *fb, GLboolean flipped) argument
163 const GLuint count = fb->Visual.stereoMode ? 2 : 1;
169 if (!fb->Visual.doubleBufferMode)
176 = (driRenderbuffer *) fb->Attachment[frontBuf].Renderbuffer;
178 = (driRenderbuffer *) fb->Attachment[backBuf].Renderbuffer;
209 struct gl_framebuffer *fb = (struct gl_framebuffer *) dPriv->driverPrivate; local
210 if (fb && (dPriv->w != fb->Width || dPriv->h != fb
[all...]
H A Dvboxdri_drv.c37 * provided by fb. Would be entirely happy working against any
180 struct gl_framebuffer *fb = ctx->WinSysDrawBuffer; local
181 if (fbmesa->dri.drawable->w != fb->Width ||
182 fbmesa->dri.drawable->h != fb->Height) {
518 /* Free fb context resources */
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp86 PRfilebuf *fb[MaxCnt]; local
98 fb[i] = new PRfilebuf;
102 delete fb[i];
135 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap
140 delete fb[i];
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_fb.c61 #include <linux/fb.h>
166 DRM_ERROR("failed to kmap fb updates\n");
270 struct drm_framebuffer *fb; local
322 fb = &afbdev->afb.base;
323 afbdev->helper.fb = fb;
352 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
361 fb->width, fb
[all...]
H A Dvbox_main.c56 static void vbox_user_framebuffer_destroy(struct drm_framebuffer *fb) argument
58 struct vbox_framebuffer *vbox_fb = to_vbox_framebuffer(fb);
64 drm_framebuffer_cleanup(fb);
65 kfree(fb);
68 static int vbox_user_framebuffer_create_handle(struct drm_framebuffer *fb, argument
78 void vbox_framebuffer_dirty_rectangles(struct drm_framebuffer *fb, argument
82 struct vbox_private *vbox = fb->dev->dev_private;
86 LogFunc(("vboxvideo: %d: fb=%p, cRects=%u, vbox=%p\n", __LINE__, fb,
92 list_for_each_entry(crtc, &fb
131 vbox_user_framebuffer_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, unsigned flags, unsigned color, struct drm_clip_rect *pRects, unsigned cRects) argument
[all...]
H A Dvbox_mode.c172 struct drm_framebuffer *fb,
183 LogFunc(("vboxvideo: %d: fb=%p, vbox_crtc=%p\n", __LINE__, fb, vbox_crtc));
171 vbox_crtc_do_set_base(struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, int atomic) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c60 if (device->fb.render_targets[i] == rt)
590 const struct wined3d_fb_state *fb = &swapchain->device->fb; local
830 if (fb->depth_stencil)
833 || fb->depth_stencil->flags & SFLAG_DISCARD)
835 surface_modify_ds_location(fb->depth_stencil, SFLAG_DISCARDED,
836 fb->depth_stencil->resource.width,
837 fb->depth_stencil->resource.height);
838 if (fb->depth_stencil == swapchain->device->onscreen_depth_stencil)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c2180 const PRAddrInfoFB *fb = (const PRAddrInfoFB *) ai; local
2181 return fb->has_cname ? fb->hostent.h_name : NULL;
2186 const PRAddrInfoFB *fb = (const PRAddrInfoFB *) ai;
2187 return fb->has_cname ? fb->hostent.h_name : NULL;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h321 * @fb: attached fbo.
334 GLuint fb; member in struct:glamor_pixmap_fbo
833 * the fbo has valid texture and attach to a valid fb.
H A Dxkbsrv.h204 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxkbsrv.h204 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxkbsrv.h205 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxkbsrv.h201 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxkbsrv.h201 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxkbsrv.h203 } fb; member in struct:_XkbSrvLedInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxkbsrv.h204 } fb; member in struct:_XkbSrvLedInfo

Completed in 139 milliseconds

12