Lines Matching defs:final
128 struct UniformTypeInfo final : angle::NonCopyable struct
147 GLenum type;
148 GLenum componentType;
149 GLenum textureType;
150 GLenum transposedMatrixType;
151 GLenum boolVectorType;
152 SamplerFormat samplerFormat;
153 int rowCount;
154 int columnCount;
155 int componentCount;
156 size_t componentSize;
157 size_t internalSize;
158 size_t externalSize;
159 bool isSampler;
160 bool isMatrixType;
161 bool isImageType;
162 const char *glslAsFloat;