Searched refs:GraphicBufferImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp26 GraphicBufferImpl::GraphicBufferImpl(uint32_t w, uint32_t h) function in class:android::GraphicBufferImpl
33 GraphicBufferImpl::~GraphicBufferImpl() {
37 long GraphicBufferImpl::Create(int w, int h) {
38 GraphicBufferImpl* buffer = new GraphicBufferImpl(
48 void GraphicBufferImpl::Release(long buffer_id) {
49 GraphicBufferImpl* buffer = reinterpret_cast<GraphicBufferImpl*>(buffer_i
[all...]
H A Dgraphic_buffer_impl.h29 class GraphicBufferImpl { class in namespace:android
31 ~GraphicBufferImpl();
46 GraphicBufferImpl(uint32_t w, uint32_t h);
H A Dgraphics_utils.cpp99 function_table.create_graphic_buffer = &GraphicBufferImpl::Create;
100 function_table.release_graphic_buffer = &GraphicBufferImpl::Release;
101 function_table.map = &GraphicBufferImpl::MapStatic;
102 function_table.unmap = &GraphicBufferImpl::UnmapStatic;
103 function_table.get_native_buffer = &GraphicBufferImpl::GetNativeBufferStatic;
104 function_table.get_stride = &GraphicBufferImpl::GetStrideStatic;

Completed in 287 milliseconds