Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThreadStore.cpp71 mLastIndex = 0; in GlobalState()
82 if (mLastIndex < kMaxTlsSlots) { in registerKey()
83 ret = mLastIndex++; in registerKey()
188 int mLastIndex; member in gfxstream::guest::__anonc53e59d50111::GlobalState
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp792 mLastIndex(-1) in ExynosLowFpsLayerInfo()
800 mLastIndex = -1; in initializeInfos()
807 mLastIndex = layerIndex; in addLowFpsLayer()
811 mLastIndex = max(mLastIndex, (int32_t)layerIndex); in addLowFpsLayer()
821 mLastIndex(-1), in ExynosCompositionInfo()
877 mLastIndex = -1; in initializeInfos()
943 mFirstIndex, mLastIndex, mDataSpace, in dump()
1367 (mLowFpsLayerInfo.mFirstIndex == mLowFpsLayerInfo.mLastIndex)) in checkLayerFps()
1545 …or (size_t i = (size_t)compositionInfo.mFirstIndex; i <= (size_t)compositionInfo.mLastIndex; i++) { in handleStaticLayers()
1593 (compositionInfo.mLastIndex - compositionInfo.mFirstIndex + 1)) { in skipStaticLayerChanged()
[all …]
DExynosDisplay.h284 int32_t mLastIndex; variable
322 int32_t mLastIndex; variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp527 uint32_t lastIndex = (uint32_t)display->mExynosCompositionInfo.mLastIndex; in setResourcePriority()
613 uint32_t lastIndex = (uint32_t)display->mExynosCompositionInfo.mLastIndex; in assignResourceInternal()
680 uint32_t lastIndex = display->mExynosCompositionInfo.mLastIndex; in updateExynosComposition()
774 display->mExynosCompositionInfo.mLastIndex, remainNum); in updateExynosComposition()
786 … (display->mExynosCompositionInfo.mFirstIndex == display->mExynosCompositionInfo.mLastIndex)) in updateExynosComposition()
862 int32_t lastIndex = display->mClientCompositionInfo.mLastIndex; in updateClientComposition()
867 (display->mLowFpsLayerInfo.mLastIndex == lastIndex)) in updateClientComposition()
900 lastIndex = display->mClientCompositionInfo.mLastIndex; in updateClientComposition()
910 display->mClientCompositionInfo.mLastIndex--; in updateClientComposition()
1006 (compositionInfo->mLastIndex < 0)) { in assignCompositionTarget()
[all …]