Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1464 GLenum GLClientState::queryTexFormat(GLuint tex_name) const { in queryTexFormat() function in GLClientState
1519 queryTexFormat( in getBoundFramebufferFormat()
1541 res_info->tex_format = queryTexFormat(props.depthAttachment_texture); in getBoundFramebufferFormat()
1559 res_info->tex_format = queryTexFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1577 res_info->tex_format = queryTexFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
DGLClientState.h343 GLenum queryTexFormat(GLuint name) const;