OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx_init
(Results
26 - 28
of
28
) sorted by null
1
2
/external/mesa3d/src/mesa/main/
fbobject.c
92
mtx_init
(&DummyFramebuffer.Mutex, mtx_plain);
93
mtx_init
(&DummyRenderbuffer.Mutex, mtx_plain);
94
mtx_init
(&IncompleteFramebuffer.Mutex, mtx_plain);
[
all
...]
texobj.c
286
mtx_init
(&obj->Mutex, mtx_plain);
[
all
...]
shaderapi.c
143
mtx_init
(&ctx->Shader.Mutex, mtx_plain);
[
all
...]
Completed in 360 milliseconds
1
2