Home
last modified time | relevance | path

Searched refs:GetAllocator (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkBitmapCache.h40 static SkBitmap::Allocator* GetAllocator();
DSkBitmapCache.cpp29 SkBitmap::Allocator* SkBitmapCache::GetAllocator() { in GetAllocator() function in SkBitmapCache
30 return SkResourceCache::GetAllocator(); in GetAllocator()
DSkResourceCache.h174 static SkBitmap::Allocator* GetAllocator();
DSkBitmapController.cpp126 dstW, dstH, SkResourceCache::GetAllocator())) { in processHQRequest()
DSkImageCacherator.cpp88 SkBitmap::Allocator* allocator = SkResourceCache::GetAllocator(); in generateBitmap()
DSkResourceCache.cpp592 SkBitmap::Allocator* SkResourceCache::GetAllocator() { in GetAllocator() function in SkResourceCache
/external/skia/src/gpu/
DSkGrPixelRef.cpp150 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator(); in tryAllocBitmapPixels()
/external/skia/tests/
DSkResourceCacheTest.cpp39 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator(); in DEF_TEST()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc309 "test content name", component, NULL, GetAllocator(endpoint)); in CreateChannel()
365 cricket::PortAllocator* GetAllocator(int endpoint) { in GetAllocator() function in P2PTransportChannelTestBase
379 GetAllocator(endpoint)->set_proxy("unittest/1.0", info); in SetProxy()
382 GetAllocator(endpoint)->set_flags(flags); in SetAllocatorFlags()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h1710 virtual HRESULT WINAPI GetAllocator(IMemAllocator **ppAllocator) = 0;
1723 HRESULT (WINAPI *GetAllocator)(IMemInputPin *This,IMemAllocator **ppAllocator);
1738 #define IMemInputPin_GetAllocator(This,ppAllocator) (This)->lpVtbl->GetAllocator(This,ppAllocator)