Searched defs:GraphicBufferImpl (Results 1 - 2 of 2) sorted by relevance

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.h29 class GraphicBufferImpl { class in namespace:android
31 ~GraphicBufferImpl();
46 GraphicBufferImpl(uint32_t w, uint32_t h);
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...]

Completed in 215 milliseconds