Searched refs:mMapOffset (Results 1 – 8 of 8) sorted by relevance
95 buffer->mMapOffset = 0; in Create()255 mMapOffset = request.offset; in OnMapAsyncCallback()299 mWriteHandle->SizeOfSerializeDataUpdate(mMapOffset, mMapSize); in Unmap()305 cmd.offset = mMapOffset; in Unmap()336 mMapOffset = 0; in Unmap()380 if (size > mMapSize || offset < mMapOffset) { in CheckGetMappedRangeOffsetSize()384 size_t offsetInMappedRange = offset - mMapOffset; in CheckGetMappedRangeOffsetSize()394 memset(static_cast<uint8_t*>(mMappedData) + mMapOffset, 0xCA, mMapSize); in FreeMappedData()398 mMapOffset = 0; in FreeMappedData()
101 size_t mMapOffset = 0; variable
37 mMapOffset(0), in BufferGL()171 mMapOffset = 0; in map()203 mMapOffset = offset; in mapRange()225 functions->bufferSubData(gl::ToGLenum(DestBufferOperationTarget), mMapOffset, in unmap()226 mMapSize, mShadowCopy.data() + mMapOffset)); in unmap()
63 size_t mMapOffset; variable
168 mMapOffset = 0; in BufferBase()254 mMapOffset = 0; in MapAtCreationInternal()339 mMapOffset = offset; in APIMapAsync()488 if (size > mMapSize || offset < mMapOffset) { in CanGetMappedRange()492 size_t offsetInMappedRange = offset - mMapOffset; in CanGetMappedRange()
129 size_t mMapOffset = 0; variable
45 GLint64 getMapOffset() const { return mMapOffset; } in getMapOffset()62 GLint64 mMapOffset; variable148 GLint64 getMapOffset() const { return mState.mMapOffset; } in getMapOffset()
33 mMapOffset(0), in BufferState()260 mState.mMapOffset = 0; in map()284 mState.mMapOffset = static_cast<GLint64>(offset); in mapRange()315 mState.mMapOffset = 0; in unmap()