Searched defs:sampler_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.h115 CpuSampler sampler_; member in class:rtc::CpuMonitor
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h300 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
332 return sampler_.SampleAllocation(k);
/external/chromium_org/v8/src/
H A Dcpu-profiler.h165 Sampler* sampler_; member in class:v8::internal::ProfilerEventsProcessor
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h323 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
355 return sampler_.SampleAllocation(k);
/external/chromium_org/content/browser/media/capture/
H A Dvideo_capture_oracle_unittest.cc506 sampler_.reset(new AnimatedContentSampler(GetMinCapturePeriod()));
516 return sampler_.get();
537 sampler_->observations_.push_back(
542 return sampler_->ElectMajorityDamageRect();
554 scoped_ptr<AnimatedContentSampler> sampler_; member in class:content::AnimatedContentSamplerTest
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp149 const tcu::Sampler& sampler_)
156 , sampler (sampler_)
143 TextureSpec(TextureType type_, deUint32 format_, deUint32 dataType_, int width_, int height_, int numLevels_, const tcu::Sampler& sampler_) argument
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp337 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT) argument
339 , sampler (sampler_)
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp203 const tcu::Sampler& sampler_)
210 , sampler (sampler_)
197 TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevels_, const tcu::Sampler& sampler_) argument

Completed in 2141 milliseconds