Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1962 int samplesThisAttachment = 0; in checkFramebufferAttachmentCompleteness() local
1965 samplesThisAttachment = fbo_format_info.rb_multisamples; in checkFramebufferAttachmentCompleteness()
1968 samplesThisAttachment = fbo_format_info.tex_multisamples; in checkFramebufferAttachmentCompleteness()
1977 *currentSamples = samplesThisAttachment; in checkFramebufferAttachmentCompleteness()
1979 if (samplesThisAttachment != currSamplesVal) { in checkFramebufferAttachmentCompleteness()