OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrallocBufferBase
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferBase.h
28
class
GrallocBufferBase
: public GraphicBuffer {
30
GrallocBufferBase
(buffer_handle_t handle);
31
virtual ~
GrallocBufferBase
() {}
GrallocBufferBase.cpp
17
#include <common/
GrallocBufferBase
.h>
24
GrallocBufferBase
::
GrallocBufferBase
(buffer_handle_t handle)
31
void
GrallocBufferBase
::resetBuffer(buffer_handle_t handle)
37
void
GrallocBufferBase
::initBuffer(buffer_handle_t handle)
42
void
GrallocBufferBase
::initStride()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferBase.h
24
class
GrallocBufferBase
: public GraphicBuffer {
26
GrallocBufferBase
(uint32_t handle);
27
virtual ~
GrallocBufferBase
() {}
GrallocBufferBase.cpp
17
#include <ips/common/
GrallocBufferBase
.h>
25
GrallocBufferBase
::
GrallocBufferBase
(uint32_t handle)
32
void
GrallocBufferBase
::resetBuffer(uint32_t handle)
38
void
GrallocBufferBase
::initBuffer(uint32_t /* handle */)
43
void
GrallocBufferBase
::initStride()
Completed in 136 milliseconds