HomeSort by relevance Sort by last modified time
    Searched refs:mMapLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Buffer.h 47 GLint64 getMapLength() const { return mMapLength; }
68 GLint64 mMapLength;
Buffer.cpp 27 mMapLength(0)
91 mMapLength = static_cast<GLint64>(length);
115 mMapLength = 0;

Completed in 74 milliseconds