Searched refs:getFboAttachmentTexture (Results 1 – 2 of 2) sorted by relevance
495 std::shared_ptr<TextureRec> getFboAttachmentTexture(GLenum target, GLenum attachment) const;
1939 texrec = getFboAttachmentTexture(target, attachment); in checkFramebufferAttachmentCompleteness()2580 std::shared_ptr<TextureRec> GLClientState::getFboAttachmentTexture(GLenum target, GLenum attachment… in getFboAttachmentTexture() function in gfxstream::guest::GLClientState