Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DBuffer.h46 GLint64 getMapLength() const { return mMapLength; } in getMapLength()
63 GLint64 mMapLength; variable
133 GLint64 getMapLength() const { return mState.mMapLength; } in getMapLength()
DBuffer.cpp33 mMapLength(0), in BufferState()
251 mState.mMapLength = mState.mSize; in map()
275 mState.mMapLength = static_cast<GLint64>(length); in mapRange()
306 mState.mMapLength = 0; in unmap()