Searched refs:numSurfaces (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvdpau.h67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
H A Dvdpau.c338 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
348 for (i = 0; i < numSurfaces; ++i) {
362 for (i = 0; i < numSurfaces; ++i) {
392 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
402 for (i = 0; i < numSurfaces; ++i) {
416 for (i = 0; i < numSurfaces; ++i) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvdpau.h67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
H A Dvdpau.c339 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
349 for (i = 0; i < numSurfaces; ++i) {
363 for (i = 0; i < numSurfaces; ++i) {
393 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
403 for (i = 0; i < numSurfaces; ++i) {
417 for (i = 0; i < numSurfaces; ++i) {
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c307 if(pI810->numSurfaces == 6) {
308 for(i=0; i<pI810->numSurfaces; i++) {
319 if(pI810->numSurfaces == 7) {
320 for(i=0; i<pI810->numSurfaces; i++) {
352 if(pI810->numSurfaces == 6) {
362 if(pI810->numSurfaces == 7) {
404 for(i=pI810->numSurfaces; i<I810_MAX_SURFACES + I810_MAX_SUBPICTURES; i++) {
H A Di810_dri.c448 if (pI810->numSurfaces && (pI810->numSurfaces == 6)) {
456 if (pI810->numSurfaces && (pI810->numSurfaces == 7)) {
590 For numSurfaces == 6
595 For numSurfaces == 7
602 if (pI810->numSurfaces) {
603 if (pI810->numSurfaces == 6) {
608 if (pI810->numSurfaces == 7) {
699 if (pI810->numSurfaces
[all...]
H A Di810_driver.c592 &(pI810->numSurfaces))) {
594 pI810->numSurfaces);
595 if (pI810->numSurfaces > 7) {
598 pI810->numSurfaces = 7;
600 if (pI810->numSurfaces < 6) {
603 pI810->numSurfaces = 6;
608 pI810->numSurfaces = 0;
1725 if ((pI810->directRenderingEnabled) && (pI810->numSurfaces)) {
H A Di810.h165 int numSurfaces; member in struct:_I810Rec
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c307 if(pI810->numSurfaces == 6) {
308 for(i=0; i<pI810->numSurfaces; i++) {
319 if(pI810->numSurfaces == 7) {
320 for(i=0; i<pI810->numSurfaces; i++) {
352 if(pI810->numSurfaces == 6) {
362 if(pI810->numSurfaces == 7) {
404 for(i=pI810->numSurfaces; i<I810_MAX_SURFACES + I810_MAX_SUBPICTURES; i++) {
H A Di810_dri.c448 if (pI810->numSurfaces && (pI810->numSurfaces == 6)) {
456 if (pI810->numSurfaces && (pI810->numSurfaces == 7)) {
590 For numSurfaces == 6
595 For numSurfaces == 7
602 if (pI810->numSurfaces) {
603 if (pI810->numSurfaces == 6) {
608 if (pI810->numSurfaces == 7) {
699 if (pI810->numSurfaces
[all...]
H A Di810_driver.c592 &(pI810->numSurfaces))) {
594 pI810->numSurfaces);
595 if (pI810->numSurfaces > 7) {
598 pI810->numSurfaces = 7;
600 if (pI810->numSurfaces < 6) {
603 pI810->numSurfaces = 6;
608 pI810->numSurfaces = 0;
1725 if ((pI810->directRenderingEnabled) && (pI810->numSurfaces)) {
H A Di810.h165 int numSurfaces; member in struct:_I810Rec
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c309 if(pI810->numSurfaces == 6) {
310 for(i=0; i<pI810->numSurfaces; i++) {
321 if(pI810->numSurfaces == 7) {
322 for(i=0; i<pI810->numSurfaces; i++) {
354 if(pI810->numSurfaces == 6) {
364 if(pI810->numSurfaces == 7) {
406 for(i=pI810->numSurfaces; i<I810_MAX_SURFACES + I810_MAX_SUBPICTURES; i++) {
H A Di810_dri.c559 if (pI810->numSurfaces && (pI810->numSurfaces == 6)) {
567 if (pI810->numSurfaces && (pI810->numSurfaces == 7)) {
701 For numSurfaces == 6
706 For numSurfaces == 7
713 if (pI810->numSurfaces) {
714 if (pI810->numSurfaces == 6) {
719 if (pI810->numSurfaces == 7) {
812 if (pI810->numSurfaces
[all...]
H A Di810.h178 int numSurfaces; member in struct:_I810Rec
H A Di810_driver.c930 &(pI810->numSurfaces))) {
932 pI810->numSurfaces);
933 if (pI810->numSurfaces > 7) {
936 pI810->numSurfaces = 7;
938 if (pI810->numSurfaces < 6) {
941 pI810->numSurfaces = 6;
946 pI810->numSurfaces = 0;
2099 if ((pI810->directRenderingEnabled) && (pI810->numSurfaces)) {
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated7.c3238 GLsizei numSurfaces; member in struct:marshal_cmd_VDPAUMapSurfacesNV
3239 /* Next safe_mul(numSurfaces, 1 * sizeof(GLintptr)) bytes are GLintptr surfaces[numSurfaces] */
3244 GLsizei numSurfaces = cmd->numSurfaces; local in function:_mesa_unmarshal_VDPAUMapSurfacesNV
3248 CALL_VDPAUMapSurfacesNV(ctx->CurrentServerDispatch, (numSurfaces, surfaces));
3252 _mesa_marshal_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr * surfaces) argument
3255 int surfaces_size = safe_mul(numSurfaces, 1 * sizeof(GLintptr));
3260 CALL_VDPAUMapSurfacesNV(ctx->CurrentServerDispatch, (numSurfaces, surfaces));
3264 cmd->numSurfaces
3274 GLsizei numSurfaces; member in struct:marshal_cmd_VDPAUUnmapSurfacesNV
3280 GLsizei numSurfaces = cmd->numSurfaces; local in function:_mesa_unmarshal_VDPAUUnmapSurfacesNV
3288 _mesa_marshal_VDPAUUnmapSurfacesNV(GLsizei numSurfaces,const GLintptr * surfaces) argument
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h1331 void APIENTRY shared_dispatch_stub_1318(GLsizei numSurfaces, const GLintptr *surfaces);
1335 void APIENTRY shared_dispatch_stub_1322(GLsizei numSurfaces, const GLintptr *surfaces);
9387 static void APIENTRY noopVDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
9389 (void) numSurfaces; (void) surfaces;
9413 static void APIENTRY noopVDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
9415 (void) numSurfaces; (void) surfaces;
26774 void APIENTRY shared_dispatch_stub_1318(GLsizei numSurfaces, const GLintptr *surfaces) argument
26778 ((void (APIENTRY *)(GLsizei numSurfaces, const GLintptr *surfaces)) _func)(numSurfaces, surfaces);
26802 void APIENTRY shared_dispatch_stub_1322(GLsizei numSurfaces, cons argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1335 void APIENTRY shared_dispatch_stub_1318(GLsizei numSurfaces, const GLintptr *surfaces);
1339 void APIENTRY shared_dispatch_stub_1322(GLsizei numSurfaces, const GLintptr *surfaces);
9626 static void APIENTRY noopVDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
9628 (void) numSurfaces; (void) surfaces;
9652 static void APIENTRY noopVDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) argument
9654 (void) numSurfaces; (void) surfaces;
29427 shared_dispatch_stub_1318(GLsizei numSurfaces,const GLintptr * surfaces) argument
29455 shared_dispatch_stub_1322(GLsizei numSurfaces,const GLintptr * surfaces) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec31429 VDPAUMapSurfacesNV(numSurfaces, surfaces)
31431 param numSurfaces SizeI in value
31432 param surfaces vdpauSurfaceNV in array [numSurfaces]
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h5137 void GLAPIENTRY _mesa_marshal_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr * surfaces);
5140 void GLAPIENTRY _mesa_marshal_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr * surfaces);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h11128 typedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
11139 GLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c37903 _mesa_marshal_VDPAUMapSurfacesNV(GLsizei numSurfaces,const GLintptr * surfaces) argument
37914 _mesa_marshal_VDPAUUnmapSurfacesNV(GLsizei numSurfaces,const GLintptr * surfaces) argument
[all...]
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h9665 typedef void (GLAPIENTRY *PFNGLVDPAUMAPSURFACESNVPROC)(GLsizei numSurfaces, const GLvdpauSurfaceNV * surfaces);
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h11360 typedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
11371 GLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);

Completed in 403 milliseconds

12