Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Dmapper3d.ts51 private shadingModeIndex = 0; property in Mapper3D
122 this.shadingModeIndex = newModeIndex;
127 return this.allowedShadingModes[this.shadingModeIndex];
131 this.shadingModeIndex =
132 this.shadingModeIndex < this.allowedShadingModes.length - 1
133 ? this.shadingModeIndex + 1
139 this.allowedShadingModes.at(this.shadingModeIndex) ===
146 this.allowedShadingModes.at(this.shadingModeIndex) ===
153 this.allowedShadingModes.at(this.shadingModeIndex) === ShadingMode.OPACITY