Home | History | Annotate | Download | only in common

Lines Matching defs:Uniform4f

7005 struct Uniform4f {
7006 typedef Uniform4f ValueType;
7042 COMPILE_ASSERT(sizeof(Uniform4f) == 24,
7044 COMPILE_ASSERT(offsetof(Uniform4f, header) == 0,
7046 COMPILE_ASSERT(offsetof(Uniform4f, location) == 4,
7048 COMPILE_ASSERT(offsetof(Uniform4f, x) == 8,
7050 COMPILE_ASSERT(offsetof(Uniform4f, y) == 12,
7052 COMPILE_ASSERT(offsetof(Uniform4f, z) == 16,
7054 COMPILE_ASSERT(offsetof(Uniform4f, w) == 20,