Home
last modified time | relevance | path

Searched refs:color_ (Results 1 - 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp54 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 DvktDrawInstancedTests.cpp88 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 DvktDrawBaseClass.hpp54 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 DvktDrawInstancedTests.cpp81 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 Ddisassemble.cpp53 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 Ddisassemble.cpp53 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 Ddisassemble.cpp208 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 Ddisassemble.h88 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 DvktDynamicStateTestCaseUtil.hpp49 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 DvktDynamicStateTestCaseUtil.hpp47 PositionColorVertex(const tcu::Vec4& position_, const tcu::Vec4& color_) in PositionColorVertex()
49 , color(color_) in PositionColorVertex()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h146 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 Dgtest-internal-inl.h147 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 Dgtest-internal-inl.h163 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 Dcolor.c164 #define E(name, var) { sizeof (#name) - 1, #name, &color_##var } in parse_opt()
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp()
65 , color (color_) in ClearOp()
H A DteglBufferAgeTests.cpp130 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 DteglPartialUpdateTests.cpp118 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 DteglSwapBuffersWithDamageTests.cpp86 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 DteglWideColorTests.cpp129 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 DvktFragmentShadingRateMiscTests.cpp53 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 DvktPipelineColorWriteEnableTests.cpp129 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 DvktPipelineColorWriteEnableTests.cpp127 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams()
133 : color (color_) in MeshParams()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp176 const tcu::Vec4& color_, in ClearCommand()
180 , color (color_) in ClearCommand()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp176 const tcu::Vec4& color_, in ClearCommand()
180 , color (color_) in ClearCommand()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4110 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex()

Completed in 41 milliseconds

12