OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dri_ctx
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/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
...]
nouveau_context.h
112
const struct gl_config *visual, __DRIcontext *
dri_ctx
,
124
nouveau_context_destroy(__DRIcontext *
dri_ctx
);
127
nouveau_update_renderbuffers(__DRIcontext *
dri_ctx
, __DRIdrawable *draw);
130
nouveau_context_make_current(__DRIcontext *
dri_ctx
, __DRIdrawable *ddraw,
134
nouveau_context_unbind(__DRIcontext *
dri_ctx
);
nouveau_texture.h
53
nouveau_set_texbuffer(__DRIcontext *
dri_ctx
,
nouveau_texture.c
655
nouveau_set_texbuffer(__DRIcontext *
dri_ctx
,
659
struct nouveau_context *nctx =
dri_ctx
->driverPrivate;
675
nouveau_update_renderbuffers(
dri_ctx
, draw);
/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
...]
nouveau_context.h
112
const struct gl_config *visual, __DRIcontext *
dri_ctx
,
124
nouveau_context_destroy(__DRIcontext *
dri_ctx
);
127
nouveau_update_renderbuffers(__DRIcontext *
dri_ctx
, __DRIdrawable *draw);
130
nouveau_context_make_current(__DRIcontext *
dri_ctx
, __DRIdrawable *ddraw,
134
nouveau_context_unbind(__DRIcontext *
dri_ctx
);
nouveau_texture.h
53
nouveau_set_texbuffer(__DRIcontext *
dri_ctx
,
nouveau_texture.c
655
nouveau_set_texbuffer(__DRIcontext *
dri_ctx
,
659
struct nouveau_context *nctx =
dri_ctx
->driverPrivate;
675
nouveau_update_renderbuffers(
dri_ctx
, draw);
/external/chromium_org/third_party/mesa/src/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);
/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 905 milliseconds