Home
last modified time | relevance | path

Searched refs:NUM_SAMPLES (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/android/
Dscroller.cc68 for (int i = 0; i < NUM_SAMPLES; i++) { in SplineConstants()
69 const float alpha = static_cast<float>(i) / NUM_SAMPLES; in SplineConstants()
101 spline_position_[NUM_SAMPLES] = spline_time_[NUM_SAMPLES] = 1.0f; in SplineConstants()
109 const int index = static_cast<int>(NUM_SAMPLES * t); in CalculateCoefficients()
110 if (index < NUM_SAMPLES) { in CalculateCoefficients()
111 const float t_inf = static_cast<float>(index) / NUM_SAMPLES; in CalculateCoefficients()
112 const float t_sup = static_cast<float>(index + 1) / NUM_SAMPLES; in CalculateCoefficients()
122 NUM_SAMPLES = 100 enumerator
125 float spline_position_[NUM_SAMPLES + 1];
126 float spline_time_[NUM_SAMPLES + 1];
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp69 NUM_SAMPLES = 25, enumerator
421 vector<Sample> samples (NUM_SAMPLES); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp71 NUM_SAMPLES = 50 enumerator
492 vector<Sample> samples (NUM_SAMPLES); in iterate()
/external/chromium_org/third_party/webrtc/base/
Dvirtualsocketserver.cc50 const int NUM_SAMPLES = 1000; variable
546 delay_mean_(0), delay_stddev_(0), delay_samples_(NUM_SAMPLES), in VirtualSocketServer()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp3183 NUM_SAMPLES = 20, enumerator
3215 …icBufferCase<SampleType> (context, name, description, bufferSizeMin, bufferSizeMax, NUM_SAMPLES, 0) in ModifyAfterBasicCase()
3245 …<< "Testing performance with " << (int)NUM_SAMPLES << " test samples. Sample order is randomized. … in init()