Home
last modified time | relevance | path

Searched defs:getFoveationState (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.h340 inline const gl::FoveationState *FramebufferAttachment::getFoveationState() const in getFoveationState() function
DTexture.h195 const FoveationState &getFoveationState() const { return mFoveationState; } in getFoveationState() function
391 const gl::FoveationState *getFoveationState() const override { return &mState.mFoveationState; } in getFoveationState() function
DImage.h61 const gl::FoveationState *getFoveationState() const override { return nullptr; } in getFoveationState() function
DSurface.h144 const gl::FoveationState *getFoveationState() const override { return nullptr; } in getFoveationState() function
DFramebuffer.h139 const FoveationState &getFoveationState() const { return mFoveationState; } in getFoveationState() function