Searched refs:mappedGLXProcAddress (Results 1 – 5 of 5) sorted by relevance
377 table = mappedGLXProcAddress.get( key ); in updateGLXProcAddressTable()391 mappedGLXProcAddress.put(key, eglExtProcAddressTable); in updateGLXProcAddressTable()
492 table = mappedGLXProcAddress.get( key ); in updateGLXProcAddressTable()503 mappedGLXProcAddress.put(key, getWGLExtProcAddressTable()); in updateGLXProcAddressTable()
523 table = mappedGLXProcAddress.get( key ); in updateGLXProcAddressTable()534 mappedGLXProcAddress.put(key, getGLXExtProcAddressTable()); in updateGLXProcAddressTable()
467 table = mappedGLXProcAddress.get( key ); in updateGLXProcAddressTable()478 mappedGLXProcAddress.put(key, getCGLExtProcAddressTable()); in updateGLXProcAddressTable()
144 protected static final HashMap<String, ProcAddressTable> mappedGLXProcAddress; field in GLContextImpl150 mappedGLXProcAddress = new HashMap<String, ProcAddressTable>();156 mappedGLXProcAddress.clear(); in shutdownImpl()