Searched defs:gl_shared_state (Results 1 – 1 of 1) sorted by relevance
3225 struct gl_shared_state struct3227 simple_mtx_t Mutex; /**< for thread safety */3228 GLint RefCount; /**< Reference count */3229 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */3230 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */3231 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */3234 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];3237 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS];3246 mtx_t TexMutex; /**< texobj thread safety */3247 GLuint TextureStateStamp; /**< state notification for shared tex */[all …]