Searched refs:numSurfaces (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | vdpau.c | 338 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) in _mesa_VDPAUMapSurfacesNV() argument 348 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUMapSurfacesNV() 362 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUMapSurfacesNV() 392 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) in _mesa_VDPAUUnmapSurfacesNV() argument 402 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUUnmapSurfacesNV() 416 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUUnmapSurfacesNV()
|
D | vdpau.h | 67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces); 70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 4573 _mesa_marshal_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr * surfaces) in _mesa_marshal_VDPAUUnmapSurfacesNV() argument 4578 CALL_VDPAUUnmapSurfacesNV(ctx->CurrentServerDispatch, (numSurfaces, surfaces)); in _mesa_marshal_VDPAUUnmapSurfacesNV() 19274 _mesa_marshal_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr * surfaces) in _mesa_marshal_VDPAUMapSurfacesNV() argument 19279 CALL_VDPAUMapSurfacesNV(ctx->CurrentServerDispatch, (numSurfaces, surfaces)); in _mesa_marshal_VDPAUMapSurfacesNV()
|
/external/swiftshader/include/GL/ |
D | glext.h | 11107 typedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *… 11118 GLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
|
/external/mesa3d/include/GL/ |
D | glext.h | 11065 typedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *… 11076 GLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
|