Searched refs:NUM_SAMPLES (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/gfx/android/ |
D | scroller.cc | 68 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/ |
D | es2fFlushFinishTests.cpp | 69 NUM_SAMPLES = 25, enumerator 421 vector<Sample> samples (NUM_SAMPLES); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 71 NUM_SAMPLES = 50 enumerator 492 vector<Sample> samples (NUM_SAMPLES); in iterate()
|
/external/chromium_org/third_party/webrtc/base/ |
D | virtualsocketserver.cc | 50 const int NUM_SAMPLES = 1000; variable 546 delay_mean_(0), delay_stddev_(0), delay_samples_(NUM_SAMPLES), in VirtualSocketServer()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 3183 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()
|