Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2379 struct gl_shared_state struct
2381 simple_mtx_t Mutex; /**< for thread safety */
2382 GLint RefCount; /**< Reference count */
2383 bool DisplayListsAffectGLThread;
2385 struct _mesa_HashTable DisplayList; /**< Display lists hash table */
2386 struct _mesa_HashTable TexObjects; /**< Texture objects hash table */
2389 struct gl_texture_object *DefaultTex[NUM_TEXTURE_TARGETS];
2392 struct gl_texture_object *FallbackTex[NUM_TEXTURE_TARGETS][2]; /**< [color, depth] */
2401 simple_mtx_t TexMutex; /**< texobj thread safety */
2402 GLuint TextureStateStamp; /**< state notification for shared tex */
[all …]