Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1424 GLenum GLClientState::queryRboFormat(GLuint rbo_name) const { in queryRboFormat() function in GLClientState
1508 queryRboFormat( in getBoundFramebufferFormat()
1534 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1552 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1570 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
DGLClientState.h577 GLenum queryRboFormat(GLuint name) const;