Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp912 GLint maxAttachments = 1; in build() local
913 gl(*this).getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxAttachments); in build()
917 for (int i = 1; i < maxAttachments; i++) in build()