Searched refs:lastIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosResourceManager.cpp | 527 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/ |
D | katex.min.js | 1 …lastIndex;if(e===t.length)return new n("EOF",new a(this,e,e));var r=this.tokenRegex.exec(t);if(nul…
|
D | katex.js | 13926 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));
|
D | katex.mjs | 13626 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));
|