Home
last modified time | relevance | path

Searched refs:COPY_DISPATCH (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dcontext.c1011 #define COPY_DISPATCH(func) SET_##func(table, GET_##func(ctx->Exec)) in create_beginend_table() macro
1013 COPY_DISPATCH(GenLists); in create_beginend_table()
1014 COPY_DISPATCH(IsProgram); in create_beginend_table()
1015 COPY_DISPATCH(IsVertexArray); in create_beginend_table()
1016 COPY_DISPATCH(IsBuffer); in create_beginend_table()
1017 COPY_DISPATCH(IsEnabled); in create_beginend_table()
1018 COPY_DISPATCH(IsEnabledi); in create_beginend_table()
1019 COPY_DISPATCH(IsRenderbuffer); in create_beginend_table()
1020 COPY_DISPATCH(IsFramebuffer); in create_beginend_table()
1021 COPY_DISPATCH(CheckFramebufferStatus); in create_beginend_table()
[all …]