Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h129 GLint getBaseViewIndex() const;
262 GLint getBaseViewIndex() const;
DFramebuffer.cpp51 if (firstAttachment->getBaseViewIndex() != secondAttachment->getBaseViewIndex()) in CheckMultiviewStateMatchesForCompleteness()
745 int FramebufferState::getBaseViewIndex() const in getBaseViewIndex() function in gl::FramebufferState
752 return attachment->getBaseViewIndex(); in getBaseViewIndex()
2254 GLint Framebuffer::getBaseViewIndex() const in getBaseViewIndex() function in gl::Framebuffer
2256 return mState.getBaseViewIndex(); in getBaseViewIndex()
DFramebufferAttachment.h118 GLint getBaseViewIndex() const;
DFramebufferAttachment.cpp220 GLint FramebufferAttachment::getBaseViewIndex() const in getBaseViewIndex() function in gl::FramebufferAttachment
Dqueryutils.cpp1225 *params = attachmentObject->getBaseViewIndex(); in QueryFramebufferAttachmentParameteriv()
/external/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
DFramebufferGL.cpp180 int baseViewIndex = attachment.getBaseViewIndex(); in AreAllLayersActive()
DStateManagerGL.cpp2466 programGL->enableLayeredRenderingPath(drawFramebufferState.getBaseViewIndex()); in updateMultiviewBaseViewLayerIndexUniformImpl()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp402 json->addScalar("ViewIndex", framebufferAttachment.getBaseViewIndex()); in SerializeFramebufferAttachment()