Lines Matching refs:numTextureNames
116 GLsizei numTextureNames, const GLuint *textureNames) in register_surface() argument
147 for (i = 0; i < numTextureNames; ++i) { in register_surface()
192 GLsizei numTextureNames, in _mesa_VDPAURegisterVideoSurfaceNV() argument
197 if (numTextureNames != 4) { in _mesa_VDPAURegisterVideoSurfaceNV()
203 numTextureNames, textureNames); in _mesa_VDPAURegisterVideoSurfaceNV()
208 GLsizei numTextureNames, in _mesa_VDPAURegisterOutputSurfaceNV() argument
213 if (numTextureNames != 1) { in _mesa_VDPAURegisterOutputSurfaceNV()
219 numTextureNames, textureNames); in _mesa_VDPAURegisterOutputSurfaceNV()
365 unsigned numTextureNames = surf->output ? 1 : 4; in _mesa_VDPAUMapSurfacesNV() local
368 for (j = 0; j < numTextureNames; ++j) { in _mesa_VDPAUMapSurfacesNV()
419 unsigned numTextureNames = surf->output ? 1 : 4; in _mesa_VDPAUUnmapSurfacesNV() local
422 for (j = 0; j < numTextureNames; ++j) { in _mesa_VDPAUUnmapSurfacesNV()