OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_base
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c
55
Uint32
dst_base
;
local
68
dst_base
= ((char *)dst->pixels - mapped_mem);
78
tdfx_out32(DSTBASE,
dst_base
);
100
Uint32
dst_base
;
local
118
dst_base
= ((char *)dst->pixels - mapped_mem);
152
tdfx_out32(DSTBASE, (Uint32)
dst_base
);
/hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp
138
static int copy_source_to_destination(const int src_base, const int
dst_base
,
141
if (!src_base || !
dst_base
) {
142
ALOGE("%s: invalid memory src_base = 0x%x
dst_base
=0x%x",
143
__FUNCTION__, src_base,
dst_base
);
150
unsigned char *dst = (unsigned char*)
dst_base
;
161
dst = (unsigned char*)(
dst_base
+ info.dst_plane1_offset);
/hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp
138
static int copy_source_to_destination(const int src_base, const int
dst_base
,
141
if (!src_base || !
dst_base
) {
142
ALOGE("%s: invalid memory src_base = 0x%x
dst_base
=0x%x",
143
__FUNCTION__, src_base,
dst_base
);
150
unsigned char *dst = (unsigned char*)
dst_base
;
161
dst = (unsigned char*)(
dst_base
+ info.dst_plane1_offset);
/hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp
138
static int copy_source_to_destination(const int src_base, const int
dst_base
,
141
if (!src_base || !
dst_base
) {
142
ALOGE("%s: invalid memory src_base = 0x%x
dst_base
=0x%x",
143
__FUNCTION__, src_base,
dst_base
);
150
unsigned char *dst = (unsigned char*)
dst_base
;
161
dst = (unsigned char*)(
dst_base
+ info.dst_plane1_offset);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_transfer.c
121
uint32_t
dst_base
= dst->base;
local
135
dst_base
+= dst->y * dst->pitch + dst->x * cpp;
163
PUSH_DATAh(push, dst->bo->offset +
dst_base
);
164
PUSH_DATA (push, dst->bo->offset +
dst_base
);
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c
121
uint32_t
dst_base
= dst->base;
local
135
dst_base
+= dst->y * dst->pitch + dst->x * cpp;
163
PUSH_DATAh(push, dst->bo->offset +
dst_base
);
164
PUSH_DATA (push, dst->bo->offset +
dst_base
);
Completed in 77 milliseconds