Searched refs:Color2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-unused-using-decls.cpp | 62 enum Color2 { Red }; enum 159 using n::Color2; 188 Color2 color2; in g()
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersStructsTests.swift | 60 XCTAssertEqual(point.vec?.c, Color2.red) in testReadingStructWithEnums() 136 enum Color2: Int32 { case red = 0, green = 1, blue = 2 } 139 func createVec2(x: Float32 = 0, y: Float32 = 0, z: Float32 = 0, color: Color2) -> UnsafeMutableRawP… in createVec2() 156 var c: Color2 { return Color2(rawValue: __p.readBuffer(of: Int32.self, at: 12)) ?? .red }
|
/external/deqp-deps/glslang/Test/ |
D | specExamples.vert | 33 layout(lines) in; // legal for Color2, input size is 2, matching Color2
|
D | specExamples.frag | 73 smooth vec4 Color2; // legal, 'in' inherited from 'in Material'
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | specExamples.frag.out | 316 …component vector of float Color1, smooth in 4-component vector of float Color2, in 2-component v… 591 …component vector of float Color1, smooth in 4-component vector of float Color2, in 2-component v…
|