Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2309 res_info->tex_external = props.depthstencilAttachment_texture->boundEGLImage; in getBoundFramebufferFormat()
2310 res_info->tex_internalformat = props.depthstencilAttachment_texture->internalformat; in getBoundFramebufferFormat()
2311 res_info->tex_format = props.depthstencilAttachment_texture->format; in getBoundFramebufferFormat()
2312 res_info->tex_type = props.depthstencilAttachment_texture->type; in getBoundFramebufferFormat()
2313 res_info->tex_multisamples = props.depthstencilAttachment_texture->multisamples; in getBoundFramebufferFormat()
2395 props.depthstencilAttachment_texture = 0; in addFreshFramebuffer()
2565 boundFboProps(target).depthstencilAttachment_texture = texrec; in attachTextureObject()
2597 res = boundFboProps_const(target).depthstencilAttachment_texture; in getFboAttachmentTexture()
2759 if (texrec == props.depthstencilAttachment_texture) { in setFboCompletenessDirtyForTexture()
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h88 std::shared_ptr<TextureRec> depthstencilAttachment_texture; member