OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_bits
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
SurfaceTextureClient.cpp
636
uint8_t*
dst_bits
= NULL;
local
637
err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&
dst_bits
);
642
if (head != tail && src_bits &&
dst_bits
) {
653
uint8_t * d =
dst_bits
+ (r.left + dst->stride * r.top) * bpp;
669
if (
dst_bits
)
/frameworks/native/opengl/libagl/
egl.cpp
462
uint8_t * const
dst_bits
= (uint8_t *)dst_vaddr;
local
471
uint8_t * d =
dst_bits
+ (r.left + dst->stride * r.top) * bpp;
[
all
...]
Completed in 148 milliseconds