Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h46 GLint64 getMapLength() const { return mMapLength; } in getMapLength()
63 GLint64 mMapLength; variable
149 GLint64 getMapLength() const { return mState.mMapLength; } in getMapLength()
DBuffer.cpp34 mMapLength(0), in BufferState()
261 mState.mMapLength = mState.mSize; in map()
285 mState.mMapLength = static_cast<GLint64>(length); in mapRange()
316 mState.mMapLength = 0; in unmap()