Lines Matching refs:numTextureNames
119 GLsizei numTextureNames, const GLuint *textureNames) in register_surface() argument
150 for (i = 0; i < numTextureNames; ++i) { in register_surface()
195 GLsizei numTextureNames, in _mesa_VDPAURegisterVideoSurfaceNV() argument
200 if (numTextureNames != 4) { in _mesa_VDPAURegisterVideoSurfaceNV()
206 numTextureNames, textureNames); in _mesa_VDPAURegisterVideoSurfaceNV()
211 GLsizei numTextureNames, in _mesa_VDPAURegisterOutputSurfaceNV() argument
216 if (numTextureNames != 1) { in _mesa_VDPAURegisterOutputSurfaceNV()
222 numTextureNames, textureNames); in _mesa_VDPAURegisterOutputSurfaceNV()
368 unsigned numTextureNames = surf->output ? 1 : 4; in _mesa_VDPAUMapSurfacesNV() local
371 for (j = 0; j < numTextureNames; ++j) { in _mesa_VDPAUMapSurfacesNV()
422 unsigned numTextureNames = surf->output ? 1 : 4; in _mesa_VDPAUUnmapSurfacesNV() local
425 for (j = 0; j < numTextureNames; ++j) { in _mesa_VDPAUUnmapSurfacesNV()