OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dri_ctx
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c
50
const struct gl_config *visual, __DRIcontext *
dri_ctx
,
57
__DRIscreen *dri_screen =
dri_ctx
->driScreenPriv;
96
nctx->dri_context =
dri_ctx
;
97
dri_ctx
->driverPrivate = ctx;
101
nouveau_context_destroy(
dri_ctx
);
108
nouveau_context_destroy(
dri_ctx
);
234
nouveau_context_destroy(__DRIcontext *
dri_ctx
)
236
struct nouveau_context *nctx =
dri_ctx
->driverPrivate;
244
nouveau_update_renderbuffers(__DRIcontext *
dri_ctx
, __DRIdrawable *draw)
246
struct gl_context *ctx =
dri_ctx
->driverPrivate
424
__DRIcontext *
dri_ctx
= to_nouveau_context(ctx)->dri_context;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c
66
struct dri_context *
dri_ctx
;
local
76
dri_ctx
= pDRICtx->driverPrivate;
80
texUnit = _mesa_get_current_tex_unit(&
dri_ctx
->Base);
81
texObj = _mesa_select_tex_object(&
dri_ctx
->Base, texUnit, target);
82
texImage = _mesa_get_tex_image(&
dri_ctx
->Base, texObj, target, 0);
85
_mesa_lock_texture(&
dri_ctx
->Base, texObj);
94
_mesa_init_teximage_fields(&
dri_ctx
->Base, texImage,
100
_mesa_unlock_texture(&
dri_ctx
->Base, texObj);
Completed in 3174 milliseconds