Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp527 uint32_t lastIndex = (uint32_t)display->mExynosCompositionInfo.mLastIndex; in setResourcePriority() local
528 for (uint32_t i = firstIndex; i <= lastIndex; i++) { in setResourcePriority()
613 uint32_t lastIndex = (uint32_t)display->mExynosCompositionInfo.mLastIndex; in assignResourceInternal() local
614 for (uint32_t i = firstIndex; i <= lastIndex; i++) { in assignResourceInternal()
680 uint32_t lastIndex = display->mExynosCompositionInfo.mLastIndex; in updateExynosComposition() local
682 uint32_t remainNum = m2mMPP->mMaxSrcLayerNum - (lastIndex - firstIndex + 1); in updateExynosComposition()
686 firstIndex, lastIndex, remainNum); in updateExynosComposition()
692 for (uint32_t i = (lastIndex + 1); i < display->mLayers.size(); i++) in updateExynosComposition()
862 int32_t lastIndex = display->mClientCompositionInfo.mLastIndex; in updateClientComposition() local
867 (display->mLowFpsLayerInfo.mLastIndex == lastIndex)) in updateClientComposition()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1lastIndex;if(e===t.length)return new n("EOF",new a(this,e,e));var r=this.tokenRegex.exec(t);if(nul…
Dkatex.js13926 var pos = this.tokenRegex.lastIndex;
13942 var nlIndex = input.indexOf('\n', this.tokenRegex.lastIndex);
13945 this.tokenRegex.lastIndex = input.length; // EOF
13949 this.tokenRegex.lastIndex = nlIndex + 1;
13962 return new Token_Token(text, new SourceLocation(this, pos, this.tokenRegex.lastIndex));
Dkatex.mjs13626 const pos = this.tokenRegex.lastIndex;
13642 const nlIndex = input.indexOf('\n', this.tokenRegex.lastIndex);
13645 this.tokenRegex.lastIndex = input.length; // EOF
13649 this.tokenRegex.lastIndex = nlIndex + 1;
13662 return new Token(text, new SourceLocation(this, pos, this.tokenRegex.lastIndex));