Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h520 GLfloat getBoundingBoxMinY() const { return mBoundingBoxMinY; } in getBoundingBoxMinY()
707 GLfloat mBoundingBoxMinY; variable
DState.cpp378 mBoundingBoxMinY(-1.0f), in PrivateState()
1212 mBoundingBoxMinY = minY; in setBoundingBox()