OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needsreallocation
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/ui/
GraphicBuffer.h
106
bool
needsReallocation
(uint32_t inWidth, uint32_t inHeight,
/frameworks/native/libs/gui/
BufferQueueProducer.cpp
413
if (buffer->
needsReallocation
(width, height, format, usage)) {
429
buffer->
needsReallocation
(width, height, format, usage)) {
448
buffer->
needsReallocation
(width, height, format, usage))
[
all
...]
/frameworks/native/libs/ui/
GraphicBuffer.cpp
158
bool GraphicBuffer::
needsReallocation
(uint32_t inWidth, uint32_t inHeight,
Completed in 409 milliseconds