Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcontext.c1102 #define COPY_DISPATCH(func) SET_##func(table, GET_##func(ctx->Exec)) in create_beginend_table() macro
1104 COPY_DISPATCH(GenLists); in create_beginend_table()
1105 COPY_DISPATCH(IsProgram); in create_beginend_table()
1106 COPY_DISPATCH(IsVertexArray); in create_beginend_table()
1107 COPY_DISPATCH(IsBuffer); in create_beginend_table()
1108 COPY_DISPATCH(IsEnabled); in create_beginend_table()
1109 COPY_DISPATCH(IsEnabledi); in create_beginend_table()
1110 COPY_DISPATCH(IsRenderbuffer); in create_beginend_table()
1111 COPY_DISPATCH(IsFramebuffer); in create_beginend_table()
1112 COPY_DISPATCH(CheckFramebufferStatus); in create_beginend_table()
[all …]