OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lockedWidth
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
50
lockedWidth
(0),
104
int
lockedWidth
;
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
700
cb->
lockedWidth
= w;
727
if (cb->
lockedWidth
> 0 && cb->lockedHeight > 0 && cb->hostHandle) {
740
if (cb->
lockedWidth
< cb->width || cb->lockedHeight < cb->height) {
742
char *tmpBuf = new char[cb->
lockedWidth
* cb->lockedHeight * bpp];
744
int dst_line_len = cb->
lockedWidth
* bpp;
756
cb->
lockedWidth
, cb->lockedHeight,
770
cb->
lockedWidth
= cb->lockedHeight = 0;
867
cb->
lockedWidth
= w;
Completed in 971 milliseconds