Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcontext.c1079 #define COPY_DISPATCH(func) SET_##func(table, GET_##func(ctx->Exec)) in create_beginend_table() macro
1081 COPY_DISPATCH(GenLists); in create_beginend_table()
1082 COPY_DISPATCH(IsProgram); in create_beginend_table()
1083 COPY_DISPATCH(IsVertexArray); in create_beginend_table()
1084 COPY_DISPATCH(IsBuffer); in create_beginend_table()
1085 COPY_DISPATCH(IsEnabled); in create_beginend_table()
1086 COPY_DISPATCH(IsEnabledi); in create_beginend_table()
1087 COPY_DISPATCH(IsRenderbuffer); in create_beginend_table()
1088 COPY_DISPATCH(IsFramebuffer); in create_beginend_table()
1089 COPY_DISPATCH(CheckFramebufferStatus); in create_beginend_table()
[all …]