HomeSort by: relevance | last modified time | path
    Searched defs:drawcount (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated4.c 4940 GLintptr drawcount; member in struct:marshal_cmd_MultiDrawArraysIndirectCountARB
4947 GLintptr drawcount = cmd->drawcount; local
4950 CALL_MultiDrawArraysIndirectCountARB(ctx->CurrentServerDispatch, (mode, indirect, drawcount, maxdrawcount, stride));
4956 _mesa_marshal_MultiDrawArraysIndirectCountARB(GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
4963 CALL_MultiDrawArraysIndirectCountARB(ctx->CurrentServerDispatch, (mode, indirect, drawcount, maxdrawcount, stride));
4969 cmd->drawcount = drawcount;
4984 GLintptr drawcount; member in struct:marshal_cmd_MultiDrawElementsIndirectCountARB
4992 GLintptr drawcount = cmd->drawcount local
    [all...]
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
marshal_generated.c 27753 GLintptr drawcount; member in struct:marshal_cmd_MultiDrawArraysIndirectCountARB
27762 const GLintptr drawcount = cmd->drawcount; local
27765 CALL_MultiDrawArraysIndirectCountARB(ctx->CurrentServerDispatch, (mode, indirect, drawcount, maxdrawcount, stride));
27768 _mesa_marshal_MultiDrawArraysIndirectCountARB(GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
27778 cmd->drawcount = drawcount;
27787 CALL_MultiDrawArraysIndirectCountARB(ctx->CurrentServerDispatch, (mode, indirect, drawcount, maxdrawcount, stride));
27798 GLintptr drawcount; member in struct:marshal_cmd_MultiDrawElementsIndirectCountARB
27808 const GLintptr drawcount = cmd->drawcount local
    [all...]

Completed in 75 milliseconds