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

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

Completed in 103 milliseconds