Searched refs:WebExternalBitmapImpl (Results 1 – 4 of 4) sorted by relevance
22 WebExternalBitmapImpl::WebExternalBitmapImpl() { in WebExternalBitmapImpl() function in cc_blink::WebExternalBitmapImpl25 WebExternalBitmapImpl::~WebExternalBitmapImpl() { in ~WebExternalBitmapImpl()28 void WebExternalBitmapImpl::setSize(blink::WebSize size) { in setSize()38 blink::WebSize WebExternalBitmapImpl::size() { in size()42 uint8* WebExternalBitmapImpl::pixels() { in pixels()
25 class WebExternalBitmapImpl : public blink::WebExternalBitmap {27 CC_BLINK_EXPORT explicit WebExternalBitmapImpl();28 virtual ~WebExternalBitmapImpl();41 DISALLOW_COPY_AND_ASSIGN(WebExternalBitmapImpl);
28 class WebExternalBitmapImpl; variable57 WebExternalBitmapImpl* bitmap,61 WebExternalBitmapImpl* AllocateBitmap();65 ScopedVector<WebExternalBitmapImpl> free_bitmaps_;
70 WebExternalBitmapImpl* bitmap = NULL; in PrepareTextureMailbox()100 WebExternalBitmapImpl* WebExternalTextureLayerImpl::AllocateBitmap() { in AllocateBitmap()102 WebExternalBitmapImpl* result = free_bitmaps_.back(); in AllocateBitmap()106 return new WebExternalBitmapImpl; in AllocateBitmap()113 WebExternalBitmapImpl* bitmap, in DidReleaseMailbox()