HomeSort by relevance Sort by last modified time
    Searched refs:sampler_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
cpu-profiler.cc 29 sampler_(sampler),
122 // Schedule next sample. sampler_ is NULL in tests.
123 if (sampler_) sampler_->DoSample();
cpu-profiler.h 165 Sampler* sampler_; member in class:v8::internal::ProfilerEventsProcessor
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 338 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
340 , sampler (sampler_)
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 149 const tcu::Sampler& sampler_)
156 , sampler (sampler_)
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 203 const tcu::Sampler& sampler_)
210 , sampler (sampler_)
    [all...]

Completed in 987 milliseconds