HomeSort by relevance Sort by last modified time
    Searched defs:Purge (Results 1 - 10 of 10) sorted by null

  /external/skia/tests/
GpuLayerCacheTest.cpp 33 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
34 cache->purge(pictureID);
274 TestingAccess::Purge(&cache, picture->uniqueID());
287 // Test out the GrContext-style purge. This should remove all the layers
305 // Purge the resource cache ...
318 // Test out the MessageBus-style purge. This will not free the atlas
  /external/webrtc/webrtc/base/
diskcache.cc 83 bool DiskCache::Purge() {
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 350 void CompManager::Purge(Handle display_ctx) {
356 resource_intf_->Purge(display_comp_ctx->display_resource_ctx);
resource_default.cpp 154 Purge(display_ctx);
326 void ResourceDefault::Purge(Handle display_ctx) {
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
comp_manager.cpp 350 void CompManager::Purge(Handle display_ctx) {
356 resource_intf_->Purge(display_comp_ctx->display_resource_ctx);
resource_default.cpp 154 Purge(display_ctx);
326 void ResourceDefault::Purge(Handle display_ctx) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emptyvc.h 121 virtual HRESULT WINAPI Purge(DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb) = 0;
133 HRESULT (WINAPI *Purge)(IEmptyVolumeCache *This,DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb);
147 #define IEmptyVolumeCache_Purge(This,dwlSpaceToFree,picb) (This)->lpVtbl->Purge(This,dwlSpaceToFree,picb)
186 HRESULT (WINAPI *Purge)(IEmptyVolumeCache2 *This,DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb);
201 #define IEmptyVolumeCache2_Purge(This,dwlSpaceToFree,picb) (This)->lpVtbl->Purge(This,dwlSpaceToFree,picb)
mqoai.h     [all...]
iads.h     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 363 void Purge();
374 void CFX_IccProfileCache::Purge() {}
384 void Purge();
397 void CFX_IccTransformCache::Purge() {}
    [all...]

Completed in 277 milliseconds