Searched refs:SetY (Results 1 – 10 of 10) sorted by relevance
103 probe.SetY(0.2f); in TEST_F()136 probe.SetY(0.9f); in TEST_F()164 probe.SetY(2.0f); in TEST_F()195 probe.SetY(0.0f); in TEST_F()222 probe.SetY(0.0f); in TEST_F()249 probe.SetY(0.0f); in TEST_F()276 probe.SetY(0.0f); in TEST_F()303 probe.SetY(0.0f); in TEST_F()330 probe.SetY(0.0f); in TEST_F()357 probe.SetY(0.0f); in TEST_F()[all …]
169 void SetY(float y) { y_ = y; } in SetY() function201 void SetY(float y) { y_ = y; } in SetY() function301 void SetY(uint32_t y) { y_ = y; } in SetY() function379 void SetY(float y) { y_ = y; } in SetY() function
50 void BoundingBox::SetY(int y) { in SetY() function in od::BoundingBox76 boxOut.SetY(std::max(boxIn.GetY(), boxLimits.GetY())); in GetValidBoundingBox()
69 void SetY(int y);
42 boundingBox.SetY(s_Y);
287 cmd->SetY(token->AsFloat()); in ProcessDrawRect()391 cmd->SetY(token->AsUint32()); in ProcessCompute()976 cmd->SetY(token->AsFloat()); in ProcessProbe()
1022 INLINE void SetY(uint32_t sampleNum, float val) { _y[sampleNum] = val; }; // @llvm_func in SetY() function
99 !46 = !DISubprogram(name: "SetY", linkageName: "_ZN9ggVector34SetYEd", line: 89, isLocal: false, is…
2594 cmd->SetY(token->AsUint32()); in ParseRun()2650 cmd->SetY(token->AsFloat()); in ParseRun()2719 cmd->SetY(token->AsFloat()); in ParseRun()3305 probe->SetY(y); in ParseExpect()
1291 rastState->samplePositions.SetY (i, sample[1] / 16.0f); in swr_update_derived()