/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
D | RenderTargetCache.h | 31 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 …]
|
D | FramebufferImpl.h | 32 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;
|
D | SurfaceImpl.h | 28 class FramebufferState; variable 55 const gl::FramebufferState &state) = 0;
|
D | FramebufferImpl_mock.h | 23 MockFramebufferImpl() : rx::FramebufferImpl(gl::FramebufferState(1)) {} in MockFramebufferImpl()
|
D | GLImplFactory.h | 66 virtual FramebufferImpl *createFramebuffer(const gl::FramebufferState &data) = 0;
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Framebuffer.cpp | 301 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 …]
|
D | Framebuffer.h | 61 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/ |
D | ClearMultiviewGL.h | 19 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,
|
D | ClearMultiviewGL.cpp | 32 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()
|
D | StateManagerGL.h | 24 class FramebufferState; variable 165 const gl::FramebufferState &drawFramebufferState) const in updateMultiviewBaseViewLayerIndexUniform() 202 const gl::FramebufferState &drawFramebufferState) const;
|
D | SurfaceGL.h | 24 const gl::FramebufferState &data) override;
|
D | SurfaceGL.cpp | 26 const gl::FramebufferState &data) in createDefaultFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.h | 30 static FramebufferVk *CreateUserFBO(RendererVk *renderer, const gl::FramebufferState &state); 36 const gl::FramebufferState &state, 131 const gl::FramebufferState &state,
|
D | SurfaceVk.h | 52 const gl::FramebufferState &state) override; 197 const gl::FramebufferState &state) override;
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/ |
D | angle_unittests_utils.h | 32 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/ |
D | DisplayGbm.h | 24 class FramebufferState; variable 68 FramebufferGL *framebufferGL(const gl::Context *context, const gl::FramebufferState &state);
|
D | SurfaceGbm.h | 26 const gl::FramebufferState &state) override;
|
D | SurfaceGbm.cpp | 32 const gl::FramebufferState &state) in createDefaultFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 264 IOSurfaceFramebuffer(const gl::FramebufferState &data, in IOSurfaceFramebuffer() 282 const gl::FramebufferState &state) in createDefaultFramebuffer()
|
D | PbufferSurfaceCGL.h | 54 const gl::FramebufferState &state) override;
|
D | IOSurfaceSurfaceCGL.h | 65 const gl::FramebufferState &state) override;
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/ |
D | PbufferSurfaceEAGL.h | 54 const gl::FramebufferState &state) override;
|
D | IOSurfaceSurfaceEAGL.h | 61 const gl::FramebufferState &state) override;
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/ |
D | SurfaceNULL.h | 26 const gl::FramebufferState &state) override;
|
D | SurfaceNULL.cpp | 29 const gl::FramebufferState &state) in createDefaultFramebuffer()
|