Home
last modified time | relevance | path

Searched defs:CTX_PROFILE_COMPAT (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLContext.java71 static final int CTX_PROFILE_COMPAT = GLContext.CTX_PROFILE_COMPAT; field in EGLContext
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLContext.java179 protected static final int CTX_PROFILE_COMPAT = 1 << 1; field in GLContext