| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | single2.c | 877 * how we handle writing into the 'residences' buffer when n%4!=0. 882 GLboolean * residences) 896 (void) memcpy(residences, xcb_glx_are_textures_resident_data(reply), 908 * how we handle writing into the 'residences' buffer when n%4!=0. 913 GLboolean * residences) 922 return p(n, textures, residences); 940 memcpy(residences, res4, n); 944 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE); 881 __indirect_glAreTexturesResident(GLsizei n,const GLuint * textures,GLboolean * residences) argument 912 glAreTexturesResidentEXT(GLsizei n,const GLuint * textures,GLboolean * residences) argument
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | single2.c | 839 * how we handle writing into the 'residences' buffer when n%4!=0. 844 GLboolean * residences) 858 (void) memcpy(residences, xcb_glx_are_textures_resident_data(reply), 870 * how we handle writing into the 'residences' buffer when n%4!=0. 875 GLboolean * residences) 884 return p(n, textures, residences); 902 memcpy(residences, res4, n); 906 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE); 843 __indirect_glAreTexturesResident(GLsizei n,const GLuint * textures,GLboolean * residences) argument 874 glAreTexturesResidentEXT(GLsizei n,const GLuint * textures,GLboolean * residences) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texobj.h | 232 GLboolean *residences );
|
| H A D | texobj.c | 2054 * \param residences array which will hold the residence status. 2057 * residences is left unchanged, 2063 GLboolean *residences) 2078 if (!texName || !residences) 2062 _mesa_AreTexturesResident(GLsizei n,const GLuint * texName,GLboolean * residences) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texobj.h | 277 GLboolean *residences );
|
| H A D | texobj.c | 2072 * \param residences array which will hold the residence status. 2075 * residences is left unchanged, 2081 GLboolean *residences) 2096 if (!texName || !residences) 2080 _mesa_AreTexturesResident(GLsizei n,const GLuint * texName,GLboolean * residences) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 2465 GLboolean *residences = local in function:__glXDisp_AreTexturesResident 2468 if (residences == NULL) 2471 glAreTexturesResident(n, (const GLuint *) (pc + 4), residences); 2472 __glXSendReply(cl->client, residences, n, 1, GL_TRUE, retval); 2492 GLboolean *residences = local in function:__glXDisp_AreTexturesResidentEXT 2495 if (residences == NULL) 2498 glAreTexturesResident(n, (const GLuint *) (pc + 4), residences); 2499 __glXSendReply(cl->client, residences, n, 1, GL_TRUE, retval);
|
| H A D | indirect_dispatch_swap.c | 2720 GLboolean *residences = local in function:__glXDispSwap_AreTexturesResident 2723 if (residences == NULL) 2729 residences); 2730 __glXSendReplySwap(cl->client, residences, n, 1, GL_TRUE, retval); 2751 GLboolean *residences = local in function:__glXDispSwap_AreTexturesResidentEXT 2754 if (residences == NULL) 2760 residences); 2761 __glXSendReplySwap(cl->client, residences, n, 1, GL_TRUE, retval);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_dispatch_swap.c | 2865 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDispSwap_AreTexturesResident 2869 residences 2871 __glXSendReplySwap(cl->client, residences, n, 1, GL_TRUE, retval); 2890 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDispSwap_AreTexturesResidentEXT 2894 residences 2896 __glXSendReplySwap(cl->client, residences, n, 1, GL_TRUE, retval); 5031 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDispSwap_AreProgramsResidentNV 5035 residences 5037 __glXSendReplySwap(cl->client, residences, n, 1, GL_FALSE, retval);
|
| H A D | indirect_dispatch.c | 2745 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDisp_AreTexturesResident 2749 residences 2751 __glXSendReply(cl->client, residences, n, 1, GL_TRUE, retval); 2770 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDisp_AreTexturesResidentEXT 2774 residences 2776 __glXSendReply(cl->client, residences, n, 1, GL_TRUE, retval); 4881 GLboolean * residences = __glXGetAnswerBuffer(cl, n, answerBuffer, sizeof(answerBuffer), 1); local in function:__glXDisp_AreProgramsResidentNV 4885 residences 4887 __glXSendReply(cl->client, residences, n, 1, GL_FALSE, retval);
|
| H A D | glapitable.h | 365 GLboolean (GLAPIENTRYP AreTexturesResident)(GLsizei n, const GLuint * textures, GLboolean * residences); /* 322 */ 700 GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 657 */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1514 GLboolean *residences) 1518 (void) residences; 1513 glAreTexturesResidentEXT(GLsizei n,const GLuint * textures,GLboolean * residences) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 1514 GLboolean *residences) 1518 (void) residences; 1513 glAreTexturesResidentEXT(GLsizei n,const GLuint * textures,GLboolean * residences) argument
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect.h | 390 extern _X_HIDDEN GLboolean __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences); 391 GLAPI GLboolean GLAPIENTRY glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences); 652 extern _X_HIDDEN GLboolean __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint * ids, GLboolean * residences);
|
| H A D | glapi_mapi_tmp.h | 346 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences); 347 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences); 3594 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences) 3598 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences); 3602 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences) 3606 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect.h | 390 extern _X_HIDDEN GLboolean __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences); 391 GLAPI GLboolean GLAPIENTRY glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences); 652 extern _X_HIDDEN GLboolean __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint * ids, GLboolean * residences);
|
| H A D | glapi_mapi_tmp.h | 345 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences); 346 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences); 3593 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences) 3597 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences); 3601 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences) 3605 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
|
| H A D | marshal_generated2.c | 1530 _mesa_marshal_AreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) argument 1534 return CALL_AreTexturesResident(ctx->CurrentServerDispatch, (n, textures, residences));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | gldrv.h | 359 GLboolean (APIENTRY *glAreTexturesResident )(GLsizei n, const GLuint *textures, GLboolean *residences);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 383 void __indirect_glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) { } argument 616 void __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint *programs, GLboolean *residences) { } argument
|
| /xsrc/external/mit/MesaLib.old/src/mapi/ |
| H A D | shared-glapi_glapi_mapi_tmp.h | 335 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences); 1200 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences); 3373 static GLboolean APIENTRY noopAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) argument 3375 (void) n; (void) textures; (void) residences; 8600 static GLboolean APIENTRY noopAreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences) argument 8602 (void) n; (void) ids; (void) residences; 19802 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences) argument 19806 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences); 25857 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 1319 GLboolean *residences );
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 1312 GLboolean *residences );
|
| /xsrc/external/mit/MesaLib/src/mapi/shared-glapi/ |
| H A D | glapi_mapi_tmp.h | 339 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences); 1204 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences); 3612 static GLboolean APIENTRY noopAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) argument 3614 (void) n; (void) textures; (void) residences; 8839 static GLboolean APIENTRY noopAreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences) argument 8841 (void) n; (void) ids; (void) residences; 22455 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences) argument 22459 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences); 28510 shared_dispatch_stub_1187(GLsizei n,const GLuint * ids,GLboolean * residences) argument [all...] |
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 6875 typedef GLboolean (GLAPIENTRY *PFNGLAREPROGRAMSRESIDENTNVPROC)(GLsizei n, const GLuint * programs, GLboolean * residences); 6876 typedef GLboolean (GLAPIENTRY *PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, const GLuint * textures, GLboolean * residences); 6877 typedef GLboolean (GLAPIENTRY *PFNGLARETEXTURESRESIDENTEXTPROC)(GLsizei n, const GLuint * textures, GLboolean * residences); 10166 EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_glAreProgramsResidentNV)(GLsizei n, const GLuint * programs, GLboolean * residences); 10168 EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_glAreTexturesResident)(GLsizei n, const GLuint * textures, GLboolean * residences); 10170 EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_glAreTexturesResidentEXT)(GLsizei n, const GLuint * textures, GLboolean * residences); [all...] |