Searched defs:gl_shared_state (Results 1 – 1 of 1) sorted by relevance
3320 struct gl_shared_state struct3322 simple_mtx_t Mutex; /**< for thread safety */3323 GLint RefCount; /**< Reference count */3324 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */3325 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */3326 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */3329 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];3332 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS];3341 mtx_t TexMutex; /**< texobj thread safety */3342 GLuint TextureStateStamp; /**< state notification for shared tex */[all …]