Home
last modified time | relevance | path

Searched refs:getReadIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DMultiChannelRecording.h60 int32_t getReadIndex() { in getReadIndex() function
135 int32_t indexFrame = getReadIndex(); in read()
/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoControllerBase.h55 uint32_t getReadIndex() const;
DFifoControllerBase.cpp46 uint32_t FifoControllerBase::getReadIndex() const { in getReadIndex() function in oboe::FifoControllerBase
DFifoBuffer.cpp78 uint32_t readIndex = mFifo->getReadIndex(); // ranges 0 to capacity in read()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderTargetCache.h135 if (state.getReadBufferState() != GL_NONE && state.getReadIndex() == colorIndex) in updateColorRenderTarget()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm692 if (mState.getReadIndex() >= mColorRenderTargets.size())
711 return mColorRenderTargets[mState.getReadIndex()];
716 if (mState.getReadIndex() >= mColorRenderTargets.size())
729 const gl::FramebufferAttachment *attachment = mState.getColorAttachment(mState.getReadIndex());
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h70 uint32_t getReadIndex() const;
DFramebuffer.cpp456 uint32_t FramebufferState::getReadIndex() const in getReadIndex() function in gl::FramebufferState
472 uint32_t readIndex = getReadIndex(); in getReadAttachment()
2391 size_t readIndex = mState.getReadIndex(); in ensureReadAttachmentsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1399 uint32_t readColorIndexGL = srcFramebuffer->getState().getReadIndex(); in resolveColorWithSubpass()
1768 if (mState.getReadBufferState() != GL_NONE && mState.getReadIndex() == colorIndexGL) in flushColorAttachmentUpdates()