Home
last modified time | relevance | path

Searched refs:getMapLength (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h46 GLint64 getMapLength() const { return mMapLength; } in getMapLength() function
149 GLint64 getMapLength() const { return mState.mMapLength; } in getMapLength() function
Dqueryutils.cpp673 *params = CastFromStateValue<ParamType>(pname, buffer->getMapLength()); in QueryBufferParameterBase()
DvalidationES.cpp5211 checkedSize.ValueOrDie() > static_cast<size_t>(buffer->getMapLength())) in ValidateFlushMappedBufferRangeBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp821 static_cast<size_t>(mState.getMapLength()), in unmapImpl()
832 size_t size = static_cast<size_t>(mState.getMapLength()); in unmapImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DBufferMtl.mm198 size_t len = static_cast<size_t>(mState.getMapLength());
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp683 json->addScalar("MapLength", bufferState.getMapLength()); in SerializeBufferState()
DFrameCapture.cpp2463 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureBufferResetCalls()
2629 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureShareGroupMidExecutionSetup()
2636 static_cast<GLsizeiptr>(buffer->getMapLength()), in CaptureShareGroupMidExecutionSetup()