Home
last modified time | relevance | path

Searched refs:FboProps (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h45 struct FboProps { struct
567 std::map<GLuint, FboProps> fboData;
573 FboProps& boundFboProps(GLenum target);
574 const FboProps& boundFboProps_const(GLenum target) const;
DGLClientState.cpp1491 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()
1604 FboProps props; in addFreshFramebuffer()
1654 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps()
1666 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()
1934 const FboProps& props = boundFboProps_const(target); in objectOfAttachment()
1996 FboProps& default_fb_props = mFboState.fboData[0]; in fromMakeCurrent()