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

/external/chromium_org/ui/gfx/android/
H A Dscroller.cc68 for (int i = 0; i < NUM_SAMPLES; i++) {
69 const float alpha = static_cast<float>(i) / NUM_SAMPLES;
101 spline_position_[NUM_SAMPLES] = spline_time_[NUM_SAMPLES] = 1.0f;
109 const int index = static_cast<int>(NUM_SAMPLES * t);
110 if (index < NUM_SAMPLES) {
111 const float t_inf = static_cast<float>(index) / NUM_SAMPLES;
112 const float t_sup = static_cast<float>(index + 1) / NUM_SAMPLES;
122 NUM_SAMPLES = 100 enumerator in enum:gfx::__anon16796::SplineConstants::__anon16797
125 float spline_position_[NUM_SAMPLES
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp69 NUM_SAMPLES = 25, enumerator in enum:deqp::gles2::Functional::__anon19879::__anon19880
421 vector<Sample> samples (NUM_SAMPLES);
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp71 NUM_SAMPLES = 50 enumerator in enum:deqp::gles3::Functional::__anon20011::__anon20012
492 vector<Sample> samples (NUM_SAMPLES);
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc50 const int NUM_SAMPLES = 1000; member in namespace:rtc
546 delay_mean_(0), delay_stddev_(0), delay_samples_(NUM_SAMPLES),
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp3183 NUM_SAMPLES = 20,
3215 : BasicBufferCase<SampleType> (context, name, description, bufferSizeMin, bufferSizeMax, NUM_SAMPLES, 0)
3245 << "Testing performance with " << (int)NUM_SAMPLES << " test samples. Sample order is randomized. All samples at even positions (first = 0) are tested before samples at odd positions.\n"

Completed in 862 milliseconds