Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h501 std::shared_ptr<RboProps> getFboAttachmentRbo(GLenum target, GLenum attachment) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1930 rbo = getFboAttachmentRbo(target, attachment); in checkFramebufferAttachmentCompleteness()
2710 std::shared_ptr<RboProps> GLClientState::getFboAttachmentRbo(GLenum target, GLenum attachment) cons… in getFboAttachmentRbo() function in gfxstream::guest::GLClientState