Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLContextImpl.java2050 } else if( hasFBOImpl(major, ctxProfileBits, extensionAvailability) ) { in setGLFunctionAvailability()
2435 …private static final boolean hasFBOImpl(final int major, final int ctp, final ExtensionAvailabilit… in hasFBOImpl() method in GLContextImpl