Searched defs:dPriv (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c58 __DRIdrawablePrivate *dPriv)
139 drb->dPriv = dPriv;
201 * Check that the gl_framebuffer associated with dPriv is the right size.
203 * It's expected that the dPriv->driverPrivate member points to a
207 driUpdateFramebufferSize(GLcontext *ctx, const __DRIdrawablePrivate *dPriv) argument
209 struct gl_framebuffer *fb = (struct gl_framebuffer *) dPriv->driverPrivate;
210 if (fb && (dPriv->w != fb->Width || dPriv->h != fb->Height)) {
211 ctx->Driver.ResizeBuffers(ctx, fb, dPriv
56 driNewRenderbuffer(GLenum format, GLvoid *addr, GLint cpp, GLint offset, GLint pitch, __DRIdrawablePrivate *dPriv) argument
[all...]
H A Ddri_drv.c710 vboxdriExtSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
974 vboxdriSwapBuffers(__DRIdrawablePrivate * dPriv) argument
H A Ddri_util.c456 static void driSwapBuffers(__DRIdrawable *dPriv) argument
458 __DRIscreen *psp = dPriv->driScreenPriv;
460 if (!dPriv->numClipRects)
464 __driParseEvents(NULL, dPriv);
466 psp->DriverAPI.SwapBuffers(dPriv);
468 driReportDamage(dPriv, dPriv->pClipRects, dPriv->numClipRects);
471 static int driDrawableGetMSC( __DRIscreen *sPriv, __DRIdrawable *dPriv, argument
474 return sPriv->DriverAPI.GetDrawableMSC(sPriv, dPriv, ms
478 driWaitForMSC(__DRIdrawable *dPriv, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * msc, int64_t * sbc) argument
510 driCopySubBuffer(__DRIdrawable *dPriv, int x, int y, int w, int h) argument
529 driSetSwapInterval(__DRIdrawable *dPriv, unsigned int interval) argument
534 driGetSwapInterval(__DRIdrawable *dPriv) argument
1082 driCalculateSwapUsage( __DRIdrawablePrivate *dPriv, int64_t last_swap_ust, int64_t current_ust ) argument
[all...]

Completed in 47 milliseconds