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
/development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h
32
lockedWidth
(0),
84
int
lockedWidth
;
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
581
cb->
lockedWidth
= w;
605
if (cb->
lockedWidth
> 0 && cb->lockedHeight > 0 && cb->hostHandle) {
618
if (cb->
lockedWidth
< cb->width || cb->lockedHeight < cb->height) {
620
char *tmpBuf = new char[cb->
lockedWidth
* cb->lockedHeight * bpp];
622
int dst_line_len = cb->
lockedWidth
* bpp;
634
cb->
lockedWidth
, cb->lockedHeight,
648
cb->
lockedWidth
= cb->lockedHeight = 0;
Completed in 34 milliseconds