Searched refs:numSurfaces (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | vdpau.c | 339 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) in _mesa_VDPAUMapSurfacesNV() argument 349 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUMapSurfacesNV() 363 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUMapSurfacesNV() 393 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) in _mesa_VDPAUUnmapSurfacesNV() argument 403 for (i = 0; i < numSurfaces; ++i) { in _mesa_VDPAUUnmapSurfacesNV() 417 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/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 | 11360 typedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *… 11371 GLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 16885 typedef void (GLAPIENTRY * PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceN…
|
/external/crosvm/gpu_renderer/src/generated/ |
D | epoxy_egl.rs | 27478 unsafe extern "C" fn(numSurfaces: GLsizei, surfaces: *const GLvdpauSurfaceNV),
|