Searched refs:SetX (Results 1 – 11 of 11) sorted by relevance
16 void SetX(T x) { in SetX() function in A24 void A::SetX(A x) = delete;
102 probe.SetX(0.1f); in TEST_F()135 probe.SetX(0.9f); in TEST_F()163 probe.SetX(1.0f); in TEST_F()194 probe.SetX(0.0f); in TEST_F()221 probe.SetX(0.0f); in TEST_F()248 probe.SetX(0.0f); in TEST_F()275 probe.SetX(0.0f); in TEST_F()302 probe.SetX(0.0f); in TEST_F()329 probe.SetX(0.0f); in TEST_F()356 probe.SetX(0.0f); in TEST_F()[all …]
166 void SetX(float x) { x_ = x; } in SetX() function198 void SetX(float x) { x_ = x; } in SetX() function298 void SetX(uint32_t x) { x_ = x; } in SetX() function376 void SetX(float x) { x_ = x; } in SetX() function
46 void BoundingBox::SetX(int x) { in SetX() function in od::BoundingBox75 boxOut.SetX(std::max(boxIn.GetX(), boxLimits.GetX())); in GetValidBoundingBox()
63 void SetX(int x);
41 boundingBox.SetX(s_X);
281 cmd->SetX(token->AsFloat()); in ProcessDrawRect()385 cmd->SetX(token->AsUint32()); in ProcessCompute()967 cmd->SetX(token->AsFloat()); in ProcessProbe()
1021 INLINE void SetX(uint32_t sampleNum, float val) { _x[sampleNum] = val; }; // @llvm_func in SetX() function
96 !43 = !DISubprogram(name: "SetX", linkageName: "_ZN9ggVector34SetXEd", line: 88, isLocal: false, is…
2587 cmd->SetX(token->AsUint32()); in ParseRun()2641 cmd->SetX(token->AsFloat()); in ParseRun()2710 cmd->SetX(token->AsFloat()); in ParseRun()3304 probe->SetX(x); in ParseExpect()
1290 rastState->samplePositions.SetX (i, sample[0] / 16.0f); in swr_update_derived()