Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h495 std::shared_ptr<TextureRec> getFboAttachmentTexture(GLenum target, GLenum attachment) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1939 texrec = getFboAttachmentTexture(target, attachment); in checkFramebufferAttachmentCompleteness()
2580 std::shared_ptr<TextureRec> GLClientState::getFboAttachmentTexture(GLenum target, GLenum attachment… in getFboAttachmentTexture() function in gfxstream::guest::GLClientState