Searched defs:Layers (Results 1 – 5 of 5) sorted by relevance
140 struct Layers { struct141 int temporal = 1;142 int spatial = 1;143 enum class Prediction {147 } prediction = Prediction::kFull;
7061 Layers(ref,...) function
7062 Layers(ref,...) in Layers() function
684 ImVector<ImDrawList*> Layers[2]; // Global layers for: regular, tooltip member
3534 GLuint Width, Height, Layers, NumSamples; member