Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c11723 CALL_BindVertexArray(ctx->CurrentServerDispatch, (array)); in _mesa_unmarshal_BindVertexArray()
11736 CALL_BindVertexArray(ctx->CurrentServerDispatch, (array)); in _mesa_marshal_BindVertexArray()
11748 CALL_BindVertexArray(ctx->CurrentServerDispatch, (array)); in _mesa_marshal_BindVertexArray()
Ddispatch.h9995 #define CALL_BindVertexArray(disp, parameters) \ macro