Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Rendering/GL/
H A DFBO.cpp21 GLint FBO::maxAttachments = 0; member in FBO
169 for (int i = 0; i < maxAttachments; ++i) { in GLContextLost()
227 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &maxAttachments); in FBO()
452 for (int i = 0; i < maxAttachments; ++i) { in DetachAll()
H A DFBO.h163 static GLint maxAttachments; variable
/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DRGroupList.java262 public List<Integer> matchOccurence(int maxAttachments) { in matchOccurence() argument
266 for (int val = 0; val <= maxAttachments; val++) { in matchOccurence()
/dports/security/vuls/vuls-0.13.7/report/
H A Dslack.go43 maxAttachments := 100
46 m[i/maxAttachments] = append(m[i/maxAttachments], a)
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MMPA/
H A DMMPA.cpp195 unsigned maxAttachments = 0; in addResult() local
204 if (maxAttachments < nAttachments) { in addResult()
205 maxAttachments = nAttachments; in addResult()
239 if (nAttachments >= maxAttachments) { // Choose a fragment with maximal in addResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFboCompletenessTests.cpp916 GLint maxAttachments = 1; in build() local
917 gl(*this).getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxAttachments); in build()
921 for (int i = 1; i < maxAttachments; i++) in build()