Home
last modified time | relevance | path

Searched refs:framesPerSecond (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime() argument
88 return (1.0f / framesPerSecond) * frameCount; in framesToTime()
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp329 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0); in logMeasurementInfo() local
333 … "Frames per second in measurement", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond) in logMeasurementInfo()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp272 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0); in logResults() local
277 …ames per second in measurement\t\t", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond); in logResults()