OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accessRegion
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp
361
const gralloc1_rect_t&
accessRegion
, void** outData,
367
accessRegion
.left,
accessRegion
.top,
accessRegion
.width,
368
accessRegion
.height, outData, acquireFence->dup());
376
accessRegion
.left,
accessRegion
.top,
accessRegion
.width,
377
accessRegion
.height, outData);
390
const gralloc1_rect_t& /*
accessRegion
*/,
[
all
...]
GraphicBufferMapper.cpp
122
gralloc1_rect_t
accessRegion
= asGralloc1Rect(bounds);
127
&
accessRegion
, vaddr, fence);
162
gralloc1_rect_t
accessRegion
= asGralloc1Rect(bounds);
169
&
accessRegion
, ycbcr, fence);
194
&
accessRegion
, &flexLayout, fence);
Gralloc1.cpp
232
const gralloc1_rect_t*
accessRegion
, void** outData,
237
consumerUsage,
accessRegion
, outData, acquireFence);
243
const gralloc1_rect_t*
accessRegion
,
249
consumerUsage,
accessRegion
, outData, acquireFence);
255
const gralloc1_rect_t*
accessRegion
,
261
consumerUsage,
accessRegion
, outData, acquireFence);
/frameworks/native/include/ui/
Gralloc1.h
108
const gralloc1_rect_t*
accessRegion
, void** outData,
113
const gralloc1_rect_t*
accessRegion
,
118
const gralloc1_rect_t*
accessRegion
, struct android_ycbcr* outData,
132
const gralloc1_rect_t*
accessRegion
, OutType* outData,
136
static_cast<uint64_t>(consumerUsage),
accessRegion
, outData,
Gralloc1On0Adapter.h
56
const gralloc1_rect_t*
accessRegion
, struct android_ycbcr* outYCbCr,
370
const gralloc1_rect_t&
accessRegion
, void** outData,
375
const gralloc1_rect_t&
accessRegion
,
381
const gralloc1_rect_t&
accessRegion
,
393
const gralloc1_rect_t*
accessRegion
, OUT* outData,
432
if (!
accessRegion
) {
433
ALOGE("
accessRegion
is null");
439
*
accessRegion
, outData, acquireFence);
/hardware/libhardware/include/hardware/
gralloc1.h
747
/* lock(..., buffer, producerUsage, consumerUsage,
accessRegion
, outData,
764
* The client must not modify the content of the buffer outside of
accessRegion
,
765
* and the device need not guarantee that content outside of
accessRegion
is
766
* valid for reading. The result of reading or writing outside of
accessRegion
771
* represent the top-left corner of the entire buffer, even if
accessRegion
does
787
*
accessRegion
- the portion of the buffer that the client intends to access;
807
const gralloc1_rect_t*
accessRegion
, void** outData,
810
/* lockFlex(..., buffer, producerUsage, consumerUsage,
accessRegion
,
[
all
...]
Completed in 99 milliseconds