Home
last modified time | relevance | path

Searched defs:SetY (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h159 void SetY(float y) { y_ = y; } in SetY() function
191 void SetY(float y) { y_ = y; } in SetY() function
291 void SetY(uint32_t y) { y_ = y; } in SetY() function
369 void SetY(float y) { y_ = y; } in SetY() function
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DBoundingBox.cpp50 void BoundingBox::SetY(int y) { in SetY() function in od::BoundingBox