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

/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h198 uint32_t mTimeMSLastSwap; member in class:android::renderscript::Context
H A DrsContext.cpp135 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
142 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
/frameworks/rs/
H A DrsContext.h268 uint32_t mTimeMSLastSwap; member in class:android::renderscript::Context
H A DrsContext.cpp154 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
161 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,

Completed in 52 milliseconds