Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1576 … res_info->tex_internalformat = queryTexInternalFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
1577 res_info->tex_format = queryTexFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
1578 res_info->tex_type = queryTexType(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
1580 queryTexSamples(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
1611 props.depthstencilAttachment_texture = 0; in addFreshFramebuffer()
1752 boundFboProps(target).depthstencilAttachment_texture = texture; in attachTextureObject()
1780 res = boundFboProps_const(target).depthstencilAttachment_texture; in getFboAttachmentTextureId()
1969 return props.depthstencilAttachment_texture; in objectOfAttachment()
DGLClientState.h51 GLuint depthstencilAttachment_texture; member