Home
last modified time | relevance | path

Searched refs:mTimeMSLastSwap (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsContext.h198 uint32_t mTimeMSLastSwap; variable
DrsContext.cpp135 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000; in timerPrint()
142 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap, in timerPrint()
/frameworks/rs/
DrsContext.h268 uint32_t mTimeMSLastSwap; variable
DrsContext.cpp154 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000; in timerPrint()
161 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap, in timerPrint()