Home
last modified time | relevance | path

Searched refs:RboProps (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h102 struct RboProps { struct
134 gfxstream::guest::HybridComponentManager<1000, uint32_t, std::shared_ptr<RboProps>> component;
146 RboProps* get(GLuint id) { in get()
153 std::shared_ptr<RboProps> get_or_add_shared_ptr(GLuint id) { in get_or_add_shared_ptr()
161 std::shared_ptr<RboProps> get_shared_ptr(GLuint id) { in get_shared_ptr()
168 const RboProps* get_const(GLuint id) { in get_const()
176 std::shared_ptr<RboProps> props(new RboProps()); in addFresh()
186 std::shared_ptr<RboProps> bind(GLuint id) { in bind()
DGLClientState.cpp1068 const RboProps* props = view.get_const(name); in isRenderbufferThatWasBound()
1927 std::shared_ptr<RboProps> rbo; in checkFramebufferAttachmentCompleteness()
2710 std::shared_ptr<RboProps> GLClientState::getFboAttachmentRbo(GLenum target, GLenum attachment) cons… in getFboAttachmentRbo()
2769 void GLClientState::setFboCompletenessDirtyForRbo(std::shared_ptr<RboProps> rbo) { in setFboCompletenessDirtyForRbo()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h105 std::vector<std::shared_ptr<RboProps>> colorAttachmenti_rbos;
106 std::shared_ptr<RboProps> depthAttachment_rbo = 0;
107 std::shared_ptr<RboProps> stencilAttachment_rbo = 0;
108 std::shared_ptr<RboProps> depthstencilAttachment_rbo = 0;
501 std::shared_ptr<RboProps> getFboAttachmentRbo(GLenum target, GLenum attachment) const;
509 void setFboCompletenessDirtyForRbo(std::shared_ptr<RboProps> rbo);
716 std::shared_ptr<RboProps> boundRenderbuffer;