Home
last modified time | relevance | path

Searched refs:getBoundingBoxMinX (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h525 GLfloat getBoundingBoxMinX() const { return mBoundingBoxMinX; } in getBoundingBoxMinX() function
1416 GLfloat getBoundingBoxMinX() const { return mPrivateState.getBoundingBoxMinX(); } in getBoundingBoxMinX() function
H A DContext.cpp1847 params[0] = mState.getBoundingBoxMinX(); in getFloatvImpl()