OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_EmptyVAO
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
arrayobj.c
1011
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
1074
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
context.c
1265
_mesa_reference_vao(ctx, &ctx->Array.
_EmptyVAO
, NULL);
varray.c
3906
ctx->Array.
_EmptyVAO
= _mesa_new_vao(ctx, ~0u);
3907
_mesa_reference_vao(ctx, &ctx->Array._DrawVAO, ctx->Array.
_EmptyVAO
);
attrib.c
1461
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
mtypes.h
1709
* pointer is set to the
_EmptyVAO
which is just an empty VAO all the time.
1711
struct gl_vertex_array_object *
_EmptyVAO
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
arrayobj.c
1050
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
1106
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
varray.c
2832
ctx->Array.
_EmptyVAO
= _mesa_new_vao(ctx, ~0u);
2833
_mesa_reference_vao(ctx, &ctx->Array._DrawVAO, ctx->Array.
_EmptyVAO
);
context.c
1358
_mesa_reference_vao(ctx, &ctx->Array.
_EmptyVAO
, NULL);
attrib.c
1617
_mesa_set_draw_vao(ctx, ctx->Array.
_EmptyVAO
, 0);
mtypes.h
1631
* pointer is set to the
_EmptyVAO
which is just an empty VAO all the time.
1633
struct gl_vertex_array_object *
_EmptyVAO
;
Completed in 23 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026