Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DStateTrackingSupport.h131 struct RenderbufferInfo { struct
138 class ScopedView : public ScopedLockedView<RenderbufferInfo> { argument
140 ScopedView(RenderbufferInfo* info) : ScopedLockedView<RenderbufferInfo>(info) { } in ScopedView() argument
141 bool hasRbo(GLuint id) const { in hasRbo()
147 RboProps* get(GLuint id) { in get()
150 const RboProps* get_const(GLuint id) { in get_const()
153 void addFresh(GLuint id) { in addFresh()
164 RboProps* bind(GLuint id) { in bind()
171 void ref(GLuint id) { in ref()
176 bool unref(GLuint id) { in unref()