Searched defs:gl_shared_state (Results 1 – 1 of 1) sorted by relevance
3369 struct gl_shared_state struct3371 simple_mtx_t Mutex; /**< for thread safety */3372 GLint RefCount; /**< Reference count */3373 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */3374 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */3375 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */3378 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];3381 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS];3390 mtx_t TexMutex; /**< texobj thread safety */3391 GLuint TextureStateStamp; /**< state notification for shared tex */[all …]