OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicBufferImpl
(Results
1 - 3
of
3
) sorted by null
/frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp
26
GraphicBufferImpl
::
GraphicBufferImpl
(uint32_t w, uint32_t h)
33
GraphicBufferImpl
::~
GraphicBufferImpl
() {
37
int
GraphicBufferImpl
::Create(int w, int h) {
38
GraphicBufferImpl
* buffer = new
GraphicBufferImpl
(
48
void
GraphicBufferImpl
::Release(int buffer_id) {
49
GraphicBufferImpl
* buffer = reinterpret_cast<
GraphicBufferImpl
*>(buffer_id)
[
all
...]
graphic_buffer_impl.h
29
class
GraphicBufferImpl
{
31
~
GraphicBufferImpl
();
46
GraphicBufferImpl
(uint32_t w, uint32_t h);
graphics_utils.cpp
120
&
GraphicBufferImpl
::Create,
121
&
GraphicBufferImpl
::Release,
122
&
GraphicBufferImpl
::MapStatic,
123
&
GraphicBufferImpl
::UnmapStatic,
124
&
GraphicBufferImpl
::GetNativeBufferStatic,
125
&
GraphicBufferImpl
::GetStrideStatic,
Completed in 588 milliseconds