Searched refs:GetY (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 170 float GetY() const { return y_; } in GetY() function 202 float GetY() const { return y_; } in GetY() function 302 uint32_t GetY() const { return y_; } in GetY() function 380 float GetY() const { return y_; } in GetY() function
|
D | verifier.cc | 425 command->GetY()); in Probe() 434 y = static_cast<uint32_t>(command->GetY()); in Probe()
|
/third_party/googletest/docs/ |
D | gmock_for_dummies.md | 114 virtual int GetY() const = 0; 125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the 178 MOCK_METHOD(int, GetY, (), (const, override)); 465 EXPECT_CALL(turtle, GetY()) 471 says that `turtle.GetY()` will be called *at least twice* (gMock knows this as 511 EXPECT_CALL(turtle, GetY()) 516 Obviously `turtle.GetY()` is expected to be called four times. But if you think 519 will be taken afterwards. So the right answer is that `turtle.GetY()` will 695 `GetY()` get called.
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | engine_vulkan.cc | 472 float y = command->GetY(); in DoDrawRect() 537 float y = command->GetY(); in DoDrawGrid() 631 command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.cc | 76 (touch.x == GetX(index) && touch.y == GetY(index))) { in OnTouch()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | command_parser_test.cc | 48 EXPECT_FLOAT_EQ(2.3f, draw_cmd->GetY()); in TEST_F() 86 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 108 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 130 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 152 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 370 EXPECT_EQ(2U, cmd->GetY()); in TEST_F() 861 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 896 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 932 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 968 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_run_test.cc | 49 EXPECT_EQ(4U, cmd->AsCompute()->GetY()); in TEST_F() 218 EXPECT_FLOAT_EQ(4.f, cmd->AsDrawRect()->GetY()); in TEST_F() 517 EXPECT_FLOAT_EQ(4.f, cmd->AsDrawGrid()->GetY()); in TEST_F()
|
D | parser_debug_test.cc | 151 EXPECT_EQ(4U, compute->GetY()); in TEST_F()
|
D | parser_expect_test.cc | 57 EXPECT_EQ(6U, probe->GetY()); in TEST_F() 99 EXPECT_EQ(7U, probe->GetY()); in TEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
D | engine_dawn.cc | 1250 float y = command->GetY(); in DoDrawRect() 1441 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 60089 + virtual int32_t GetY() const = 0; 69412 +int32_t NWebTouchHandleStateImpl::GetY() const { 69476 + int32_t GetY() const override;
|