Searched refs:currentSamples (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 1775 int currentSamples = -1; in checkFramebufferCompleteness() local 1781 …s = checkFramebufferAttachmentCompleteness(target, glUtilsColorAttachmentName(i), ¤tSamples); in checkFramebufferCompleteness() 1795 …tachmentRes = checkFramebufferAttachmentCompleteness(target, GL_DEPTH_ATTACHMENT, ¤tSamples); in checkFramebufferCompleteness() 1806 …chmentRes = checkFramebufferAttachmentCompleteness(target, GL_STENCIL_ATTACHMENT, ¤tSamples); 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/ |
D | GLClientState.h | 431 …heckFramebufferAttachmentCompleteness(GLenum target, GLenum attachment, int* currentSamples) const;
|