HomeSort by relevance Sort by last modified time
    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 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_id)
    [all...]
graphic_buffer_impl.h 29 class GraphicBufferImpl {
31 ~GraphicBufferImpl();
46 GraphicBufferImpl(uint32_t w, uint32_t h);
graphics_utils.cpp 99 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 366 milliseconds