Searched refs:queryTexInternalFormat (Results 1 – 3 of 3) sorted by relevance
1432 GLint GLClientState::queryTexInternalFormat(GLuint tex_name) const { in queryTexInternalFormat() function in GLClientState1516 queryTexInternalFormat( in getBoundFramebufferFormat()1540 res_info->tex_internalformat = queryTexInternalFormat(props.depthAttachment_texture); in getBoundFramebufferFormat()1558 res_info->tex_internalformat = queryTexInternalFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()1576 … res_info->tex_internalformat = queryTexInternalFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
344 GLint queryTexInternalFormat(GLuint name) const;
4626 GLenum internalformat = state->queryTexInternalFormat(tex); in s_glGenerateMipmap()