/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.hpp | 54 PositionColorVertex (tcu::Vec4 position_, tcu::Vec4 color_) in PositionColorVertex() 56 , color (color_) in PositionColorVertex() 65 VertexElementData (tcu::Vec4 position_, tcu::Vec4 color_, deUint32 refVertexIndex_) in VertexElementData() 66 : PositionColorVertex (position_, color_) in VertexElementData()
|
H A D | vktDrawInstancedTests.cpp | 88 VertexPositionAndColor (tcu::Vec4 position_, tcu::Vec4 color_) in VertexPositionAndColor() 90 , color (color_) in VertexPositionAndColor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawBaseClass.hpp | 54 PositionColorVertex (tcu::Vec4 position_, tcu::Vec4 color_) in PositionColorVertex() 56 , color (color_) in PositionColorVertex() 65 VertexElementData (tcu::Vec4 position_, tcu::Vec4 color_, deUint32 refVertexIndex_) in VertexElementData() 66 : PositionColorVertex (position_, color_) in VertexElementData()
|
H A D | vktDrawInstancedTests.cpp | 81 VertexPositionAndColor (tcu::Vec4 position_, tcu::Vec4 color_) in VertexPositionAndColor() 83 , color (color_) in VertexPositionAndColor()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 53 color_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COLOR, options)), in Disassembler() 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor() 99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey() 103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue() 107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow() 111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed() 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen() 120 const bool color_; // Should we print in colour? member in __anon21785::Disassembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 53 color_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COLOR, options)), in Disassembler() 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor() 99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey() 103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue() 107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow() 111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed() 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen() 120 const bool color_; // Should we print in colour? member in __anon23042::Disassembler
|
/third_party/spirv-tools/source/ |
H A D | disassemble.cpp | 208 color_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COLOR, options)), in InstructionDisassembler() 474 if (color_) stream_ << spvtools::clr::reset{print_}; 477 if (color_) stream_ << spvtools::clr::grey{print_}; 480 if (color_) stream_ << spvtools::clr::blue{print_}; 483 if (color_) stream_ << spvtools::clr::yellow{print_}; 486 if (color_) stream_ << spvtools::clr::red{print_}; 489 if (color_) stream_ << spvtools::clr::green{print_};
|
H A D | disassemble.h | 88 const bool color_; // Should we print in colour? member in spvtools::disassemble::InstructionDisassembler
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateTestCaseUtil.hpp | 49 PositionColorVertex(const tcu::Vec4& position_, const tcu::Vec4& color_) in PositionColorVertex() 51 , color(color_) in PositionColorVertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateTestCaseUtil.hpp | 47 PositionColorVertex(const tcu::Vec4& position_, const tcu::Vec4& color_) in PositionColorVertex() 49 , color(color_) in PositionColorVertex()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 146 color_ = GTEST_FLAG_GET(color); in GTestFlagSaver() 172 GTEST_FLAG_SET(color, color_); in ~GTestFlagSaver() 198 std::string color_; member in testing::internal::GTestFlagSaver
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 147 color_ = GTEST_FLAG_GET(color); in GTestFlagSaver() 173 GTEST_FLAG_SET(color, color_); in ~GTestFlagSaver() 199 std::string color_; member in testing::internal::GTestFlagSaver
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 163 color_ = GTEST_FLAG(color); in GTestFlagSaver() 185 GTEST_FLAG(color) = color_; in ~GTestFlagSaver() 207 std::string color_; member in testing::internal::GTestFlagSaver
|
/third_party/elfutils/lib/ |
H A D | color.c | 164 #define E(name, var) { sizeof (#name) - 1, #name, &color_##var } in parse_opt()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearCase.cpp | 60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() 65 , color (color_) in ClearOp()
|
H A D | teglBufferAgeTests.cpp | 130 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_); 136 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() argument 139 , color (color_) in ColoredRect()
|
H A D | teglPartialUpdateTests.cpp | 118 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_); 124 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() argument 127 , color (color_) in ColoredRect()
|
H A D | teglSwapBuffersWithDamageTests.cpp | 86 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_); 92 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() argument 95 , color (color_) in ColoredRect()
|
H A D | teglWideColorTests.cpp | 129 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_); 135 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() argument 138 , color (color_) in ColoredRect()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 53 PositionColor (const tcu::Vec4& position_, const tcu::Vec4& color_) in PositionColor() 54 : position(position_), color(color_) in PositionColor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 129 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() 135 : color (color_) in MeshParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 127 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() 133 : color (color_) in MeshParams()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 176 const tcu::Vec4& color_, in ClearCommand() 180 , color (color_) in ClearCommand()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 176 const tcu::Vec4& color_, in ClearCommand() 180 , color (color_) in ClearCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4110 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex()
|