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
538 std::map<GLuint, FboProps> fboData;
544 FboProps& boundFboProps(GLenum target);
545 const FboProps& boundFboProps_const(GLenum target) const;
DGLClientState.cpp1205 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()
1318 FboProps props; in addFreshFramebuffer()
1368 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps()
1380 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()
1648 const FboProps& props = boundFboProps_const(target); in objectOfAttachment()
1710 FboProps& default_fb_props = mFboState.fboData[0]; in fromMakeCurrent()