Searched refs:getMapOffset (Results 1 – 7 of 7) sorted by relevance
45 GLint64 getMapOffset() const { return mMapOffset; } in getMapOffset() function132 GLint64 getMapOffset() const { return mState.mMapOffset; } in getMapOffset() function
664 *params = CastFromStateValue<ParamType>(pname, buffer->getMapOffset()); in QueryBufferParameterBase()
100 public int getMapOffset() { in getMapOffset() method in HeaderItem
200 size_t offset = static_cast<size_t>(mState.getMapOffset());
662 size_t offset = static_cast<size_t>(mState.getMapOffset()); in unmapImpl()
2223 static_cast<GLsizeiptr>(buffer->getMapOffset()), in CaptureBufferResetCalls()2394 static_cast<GLsizeiptr>(buffer->getMapOffset()), in CaptureSharedContextMidExecutionSetup()2401 &setupCalls->back(), buffer->id(), static_cast<GLsizeiptr>(buffer->getMapOffset()), in CaptureSharedContextMidExecutionSetup()
788 json->addScalar("MapOffset", bufferState.getMapOffset()); in SerializeBufferState()