Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLContextShareSet.java107 final GLContext delMaster = createdShares.put(ctx, ctxMaster); in contextCreated() local
108 if( null != delMaster ) { in contextCreated()
120 final GLContext delMaster = destroyedShares.put(ctx, ctxMaster); in contextDestroyed() local
121 if( null != delMaster ) { in contextDestroyed()