Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcontext.c1089 #define COPY_DISPATCH(func) SET_##func(table, GET_##func(ctx->Exec)) in create_beginend_table() macro
1091 COPY_DISPATCH(GenLists); in create_beginend_table()
1092 COPY_DISPATCH(IsProgram); in create_beginend_table()
1093 COPY_DISPATCH(IsVertexArray); in create_beginend_table()
1094 COPY_DISPATCH(IsBuffer); in create_beginend_table()
1095 COPY_DISPATCH(IsEnabled); in create_beginend_table()
1096 COPY_DISPATCH(IsEnabledi); in create_beginend_table()
1097 COPY_DISPATCH(IsRenderbuffer); in create_beginend_table()
1098 COPY_DISPATCH(IsFramebuffer); in create_beginend_table()
1099 COPY_DISPATCH(CheckFramebufferStatus); in create_beginend_table()
[all …]