Home
last modified time | relevance | path

Searched defs:gl_shared_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h2541 struct gl_shared_state struct
2543 _glthread_Mutex Mutex; /**< for thread safety */
2544 GLint RefCount; /**< Reference count */
2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */
2546 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */
2549 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];
2552 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS];
2561 _glthread_Mutex TexMutex; /**< texobj thread safety */
2562 GLuint TextureStateStamp; /**< state notification for shared tex */
2566 struct gl_buffer_object *NullBufferObj;
[all …]