Searched refs:getMapLength (Results 1 – 8 of 8) sorted by relevance
46 GLint64 getMapLength() const { return mMapLength; } in getMapLength() function133 GLint64 getMapLength() const { return mState.mMapLength; } in getMapLength() function
667 *params = CastFromStateValue<ParamType>(pname, buffer->getMapLength()); in QueryBufferParameterBase()
4989 checkedSize.ValueOrDie() > static_cast<size_t>(buffer->getMapLength())) in ValidateFlushMappedBufferRangeBase()
158 public final int getMapLength() { in getMapLength() method in StackMap
201 size_t len = static_cast<size_t>(mState.getMapLength());
663 size_t size = static_cast<size_t>(mState.getMapLength()); in unmapImpl()
2224 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureBufferResetCalls()2395 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureSharedContextMidExecutionSetup()2402 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureSharedContextMidExecutionSetup()
789 json->addScalar("MapLength", bufferState.getMapLength()); in SerializeBufferState()