Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1775 int currentSamples = -1; in checkFramebufferCompleteness() local
1781 …s = checkFramebufferAttachmentCompleteness(target, glUtilsColorAttachmentName(i), &currentSamples); in checkFramebufferCompleteness()
1795 …tachmentRes = checkFramebufferAttachmentCompleteness(target, GL_DEPTH_ATTACHMENT, &currentSamples); in checkFramebufferCompleteness()
1806 …chmentRes = checkFramebufferAttachmentCompleteness(target, GL_STENCIL_ATTACHMENT, &currentSamples); in checkFramebufferCompleteness()
1852 …eckFramebufferAttachmentCompleteness(GLenum target, GLenum attachment, int* currentSamples) const { in checkFramebufferAttachmentCompleteness()
1960 int currSamplesVal = *currentSamples; in checkFramebufferAttachmentCompleteness()
1977 *currentSamples = samplesThisAttachment; in checkFramebufferAttachmentCompleteness()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h431 …heckFramebufferAttachmentCompleteness(GLenum target, GLenum attachment, int* currentSamples) const;