Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1138 GLenum GLClientState::queryRboFormat(GLuint rbo_name) const { in queryRboFormat() function in GLClientState
1222 queryRboFormat( in getBoundFramebufferFormat()
1248 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1266 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1284 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
DGLClientState.h548 GLenum queryRboFormat(GLuint name) const;