Home
last modified time | relevance | path

Searched refs:glUtilsColorAttachmentName (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h74 GLenum glUtilsColorAttachmentName(int i);
DglUtils.cpp1041 GLenum glUtilsColorAttachmentName(int i) { in glUtilsColorAttachmentName() function
DGLClientState.cpp1781 …attachmentRes = checkFramebufferAttachmentCompleteness(target, glUtilsColorAttachmentName(i), &cur… in checkFramebufferCompleteness()
2608 detachRboFromFbo(GL_DRAW_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()
2609 detachRboFromFbo(GL_READ_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()