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

  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 61 __DRIcontext * cPriv,
68 __DRIscreen *sPriv = cPriv->driScreenPriv;
110 cPriv->driverPrivate = ctx;
111 ctx->cPriv = cPriv;
167 dri_destroy_context(__DRIcontext * cPriv)
169 struct dri_context *ctx = dri_context(cPriv);
191 dri_unbind_context(__DRIcontext * cPriv)
193 /* dri_util.c ensures cPriv is not null */
194 struct dri_screen *screen = dri_screen(cPriv->driScreenPriv)
    [all...]
dri_context.h 49 __DRIcontext *cPriv;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 704 __DRIcontext * cPriv,
745 cPriv->driverPrivate = ctx;
746 ctx->cPriv = cPriv;
759 if (!_mesa_initialize_context(mesaCtx, api, visual, sharedCtx, &functions, (void *) cPriv)) {
815 dri_destroy_context(__DRIcontext * cPriv)
819 if (cPriv) {
820 struct dri_context *ctx = dri_context(cPriv);
835 dri_make_current(__DRIcontext * cPriv,
844 if (cPriv) {
    [all...]
swrast_priv.h 65 __DRIcontext *cPriv;

Completed in 76 milliseconds