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.h2396 struct gl_shared_state struct
2398 simple_mtx_t Mutex; /**< for thread safety */
2399 GLint RefCount; /**< Reference count */
2400 bool DisplayListsAffectGLThread;
2402 struct _mesa_HashTable DisplayList; /**< Display lists hash table */
2403 struct _mesa_HashTable TexObjects; /**< Texture objects hash table */
2406 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];
2409 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS][2]; /**< [color, depth] */
2418 simple_mtx_t TexMutex; /**< texobj thread safety */
2419 GLuint TextureStateStamp; /**< state notification for shared tex */
[all …]