OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bo_unmap
(Results
1 - 16
of
16
) sorted by null
/external/libdrm/libkms/
api.c
127
return bo->kms->
bo_unmap
(bo);
internal.h
54
int (*
bo_unmap
)(struct kms_bo *bo);
member in struct:kms_driver
dumb.c
212
kms->
bo_unmap
= dumb_bo_unmap;
exynos.c
201
kms->
bo_unmap
= exynos_bo_unmap;
intel.c
232
kms->
bo_unmap
= intel_bo_unmap;
nouveau.c
214
kms->
bo_unmap
= nouveau_bo_unmap;
radeon.c
235
kms->
bo_unmap
= radeon_bo_unmap;
vmwgfx.c
201
kms->
bo_unmap
= vmwgfx_bo_unmap;
/external/libdrm/radeon/
radeon_bo_int.h
34
int (*
bo_unmap
)(struct radeon_bo_int *bo);
member in struct:radeon_bo_funcs
radeon_bo_gem.c
193
static int
bo_unmap
(struct radeon_bo_int *boi)
function
278
.
bo_unmap
=
bo_unmap
,
radeon_bo.c
82
return boi->bom->funcs->
bo_unmap
(boi);
/external/libdrm/intel/
intel_bufmgr_priv.h
120
int (*
bo_unmap
) (drm_intel_bo *bo);
member in struct:_drm_intel_bufmgr
intel_bufmgr.c
113
return buf->bufmgr->
bo_unmap
(buf);
intel_bufmgr_fake.c
[
all
...]
intel_bufmgr_gem.c
[
all
...]
/external/libdrm/tests/modetest/
buffers.c
119
static void
bo_unmap
(struct bo *bo)
function
327
bo_unmap
(bo);
Completed in 125 milliseconds