Home
last modified time | relevance | path

Searched refs:FramebufferState (Results 1 – 25 of 76) sorted by relevance

1234

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DRenderTargetCache.h31 const gl::FramebufferState &state,
36 const gl::FramebufferState &state);
38 const gl::FramebufferState &state,
41 const gl::FramebufferState &state);
48 RenderTargetT *getColorDraw(const gl::FramebufferState &state, size_t colorIndex) const;
49 RenderTargetT *getColorRead(const gl::FramebufferState &state) const;
71 const gl::FramebufferState &state, in update()
123 const gl::FramebufferState &state) in updateReadColorRenderTarget()
131 const gl::FramebufferState &state, in updateColorRenderTarget()
148 const gl::FramebufferState &state) in updateDepthStencilRenderTarget()
[all …]
DFramebufferImpl.h32 explicit FramebufferImpl(const gl::FramebufferState &state) : mState(state) {} in FramebufferImpl()
96 const gl::FramebufferState &getState() const { return mState; } in getState()
99 const gl::FramebufferState &mState;
DSurfaceImpl.h28 class FramebufferState; variable
55 const gl::FramebufferState &state) = 0;
DFramebufferImpl_mock.h23 MockFramebufferImpl() : rx::FramebufferImpl(gl::FramebufferState(1)) {} in MockFramebufferImpl()
DGLImplFactory.h66 virtual FramebufferImpl *createFramebuffer(const gl::FramebufferState &data) = 0;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebuffer.cpp301 bool IsClearBufferDisabled(const FramebufferState &mState, GLenum buffer, GLint drawbuffer) in IsClearBufferDisabled()
309 FramebufferState::FramebufferState(ContextID owningContextID) in FramebufferState() function in gl::FramebufferState
332 FramebufferState::FramebufferState(const Caps &caps, FramebufferID id, ContextID owningContextID) in FramebufferState() function in gl::FramebufferState
356 FramebufferState::~FramebufferState() {} in ~FramebufferState()
358 const std::string &FramebufferState::getLabel() in getLabel()
363 const FramebufferAttachment *FramebufferState::getAttachment(const Context *context, in getAttachment()
415 size_t FramebufferState::getReadIndex() const in getReadIndex()
426 const FramebufferAttachment *FramebufferState::getReadAttachment() const in getReadAttachment()
440 const FramebufferAttachment *FramebufferState::getReadPixelsAttachment(GLenum readFormat) const in getReadPixelsAttachment()
453 const FramebufferAttachment *FramebufferState::getFirstNonNullAttachment() const in getFirstNonNullAttachment()
[all …]
DFramebuffer.h61 class FramebufferState final : angle::NonCopyable
64 explicit FramebufferState(ContextID owningContextID);
65 FramebufferState(const Caps &caps, FramebufferID id, ContextID owningContextID);
66 ~FramebufferState();
491 FramebufferState mState;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.h19 class FramebufferState; variable
49 void clearMultiviewFBO(const gl::FramebufferState &state,
61 void attachTextures(const gl::FramebufferState &state, int layer);
62 void detachTextures(const gl::FramebufferState &state);
63 void clearLayeredFBO(const gl::FramebufferState &state,
DClearMultiviewGL.cpp32 void ClearMultiviewGL::clearMultiviewFBO(const gl::FramebufferState &state, in clearMultiviewFBO()
49 void ClearMultiviewGL::clearLayeredFBO(const gl::FramebufferState &state, in clearLayeredFBO()
112 void ClearMultiviewGL::attachTextures(const gl::FramebufferState &state, int layer) in attachTextures()
168 void ClearMultiviewGL::detachTextures(const gl::FramebufferState &state) in detachTextures()
DStateManagerGL.h24 class FramebufferState; variable
165 const gl::FramebufferState &drawFramebufferState) const in updateMultiviewBaseViewLayerIndexUniform()
202 const gl::FramebufferState &drawFramebufferState) const;
DSurfaceGL.h24 const gl::FramebufferState &data) override;
DSurfaceGL.cpp26 const gl::FramebufferState &data) in createDefaultFramebuffer()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h30 static FramebufferVk *CreateUserFBO(RendererVk *renderer, const gl::FramebufferState &state);
36 const gl::FramebufferState &state,
131 const gl::FramebufferState &state,
DSurfaceVk.h52 const gl::FramebufferState &state) override;
197 const gl::FramebufferState &state) override;
/device/generic/vulkan-cereal/third-party/angle/src/tests/
Dangle_unittests_utils.h32 FramebufferImpl *createFramebuffer(const gl::FramebufferState &data) override in createFramebuffer()
89 MOCK_METHOD1(createFramebuffer, FramebufferImpl *(const gl::FramebufferState &));
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h24 class FramebufferState; variable
68 FramebufferGL *framebufferGL(const gl::Context *context, const gl::FramebufferState &state);
DSurfaceGbm.h26 const gl::FramebufferState &state) override;
DSurfaceGbm.cpp32 const gl::FramebufferState &state) in createDefaultFramebuffer()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp264 IOSurfaceFramebuffer(const gl::FramebufferState &data, in IOSurfaceFramebuffer()
282 const gl::FramebufferState &state) in createDefaultFramebuffer()
DPbufferSurfaceCGL.h54 const gl::FramebufferState &state) override;
DIOSurfaceSurfaceCGL.h65 const gl::FramebufferState &state) override;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/
DPbufferSurfaceEAGL.h54 const gl::FramebufferState &state) override;
DIOSurfaceSurfaceEAGL.h61 const gl::FramebufferState &state) override;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DSurfaceNULL.h26 const gl::FramebufferState &state) override;
DSurfaceNULL.cpp29 const gl::FramebufferState &state) in createDefaultFramebuffer()

1234